Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们将鼠标悬停在链接上时,它是可见的,使用哪个命令单击此链接。如何单击此链接。我们使用 Actions builder 命令,但它不起作用。
WebElement menuHoverLink = localDriver.findElement(By.Xpath("")); actions.moveToElement(menuHoverLink); actions.build(); actions.perform();