如何通过Python Selenium单击模式窗口中的关闭按钮
不能单击关闭按钮类=“关闭whitebutton”
<button type="button" class="close whitebutton" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
尝试class_name如下,它不起作用,不知道为什么?
driver.find_element(By.CLASS_NAME, "whitebutton").click()
Cannot click close button class="close whitebutton"
<button type="button" class="close whitebutton" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
Trying class_name as below, and it doesn't work, don't know why?:
driver.find_element(By.CLASS_NAME, "whitebutton").click()
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论