java.lang.ClassCastException:com.sun.proxy。$ Proxy6无法强制转换为org.openqa.selenium.internal.Locatable

时间:2018-03-16 05:24:56

标签: java selenium selenium-webdriver

我在这部分代码中遇到了问题。

public void HoverOnAElement(WebElement elementtoHoverOn){
 Actions action = new Actions(driver);
 action.moveToElement(elementtoHoverOn).build().perform();
}

0 个答案:

没有答案