标签: java selenium selenium-webdriver
我在这部分代码中遇到了问题。
public void HoverOnAElement(WebElement elementtoHoverOn){ Actions action = new Actions(driver); action.moveToElement(elementtoHoverOn).build().perform(); }