AttributeError:模块“ selenium.webdriver”没有属性“ find_element_by_xpath”

时间:2018-10-26 14:11:34

标签: selenium-webdriver python-module

到目前为止,这是我的代码:

user = webdriver.find_element_by_xpath('//span[@title = Articulion attach]')
AttributeError: module 'selenium.webdriver' has no attribute 'find_element_by_xpath'

此代码段给我一个错误:它表示

  

模块未分配给 find_element_by_xpath ....

我该如何解决?

0 个答案:

没有答案