Python-‘list‘ object has no attribute ‘click‘原因之一
通过 driver.find_elements_by_xpath('//*[@id="s-usersetting-top"]').click()执行报错:
driver.find_element_by_xpath('//*[@id="s-usersetting-top"]').click()
是因为element错误写成了elements,多了s................
分享是一种美德
Python-‘list‘ object has no attribute ‘click‘原因之一最先出现在Python成神之路。
共有 0 条评论