标签: 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 ....
我该如何解决?