没有这样的元素:无法找到元素方法cssSelector

时间:2019-01-16 10:07:33

标签: selenium qa

运行时,我的代码错误如下:

self.apos.utils.generateId()

我更改了chrome驱动程序版本并设置了javadoc路径

错误是:

org.openqa.selenium.nosuchelementexception: no such element: unable to locate element method cssSelector 

实际结果正确运行了页面。

代码试用:

org.openqa.selenium.nosuchelementexception: no such element: unable to locate element method cssSelector 

1 个答案:

答案 0 :(得分:0)

您可以使用xpath而不是cssSelector来定位元素,如果您使用的是chrome,则可以在扩展名中添加chroPath来查找xpath;如果您使用的是mozilla firefor,则必须使用firebug来查找元素的xpath,当您使用右键单击检查页面中的该元素,您可以在右侧找到chroPath。

enter image description here