无法将鼠标悬停在使用硒的Firefox中

时间:2015-08-19 07:32:28

标签: eclipse firefox mousehover

我使用的是selenium版本2.47.1和firefox版本40 代码段:

public void myMouseOver(WebElement we) { Actions a = new Actions(_driver); a.moveToElement(we).build().perform(); }

我不能通过这种方式将鼠标悬停在元素上。但它与铬合作得很好。 selenium和firefox的版本是否存在兼容性问题?

0 个答案:

没有答案