标签: javascript mouse mousehover
我正在尝试使用Mousehover并单击toc(目录)图标,但该图标无效。
WebElement e=driver.findElement(By.xpath("//*[@id='tocSwipeHandle']/svg")); Actions ac=new Actions(driver); ac.click(); ac.perform();
这是my page。