当我将浏览器的缩放级别设置为小于100%时,铬驱动程序单击错误的元素。如果我把它设定为100%,我就没有问题。elementDropdownList.click(); <= This code will click on the dropdown box
注:
我正在使用Chrome浏览器。但是,selenium单击windDirection元素。如果
我尝试在opera中使用selenium-server-独立-2.33.0.jar,并且需要更改一些配置文件首选项。可以在OperaProfile项目中创建C#对象,并按如下方式使用:
OperaProfile profile = new OperaProfile(); // Error: Type or namespace
我正在firefox和chrome浏览器上运行测试用例,它对我来说很好,可以使用selenium。但在使用IE版本(9-11)时-
org.openqa.selenium.NoSuchElementException: Unable to find element with等等,我在selenium中使用下面的配置文件:IE driver server for 32 bi