我试图点击一个按钮,但收到此错误消息:我试图点击的元素确实存在于页面上,但我不确定为什么它说该元素不存在:
Message: no such element: Unable to locate element: {"method":"xpath","selector":"//button[@class="vote_button mfp-voteText"]"}
下面是我的代码:
driver.get('https://trupanion.com/canada/members/contest?pixlee_album_photo_id=427049511')
time.sleep(10)
try:
vote = driver.find_element_by_xpath('//button[@class="vote_button mfp-voteText"]')
vote.click()
except Exception as e:
print(e)
下面是 chrome 开发工具中的 XPath,显示它是正确的:
交互式爱情
子衿沉夜
噜噜哒
相关分类