Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用selenium-webdriver网页编写文件删除脚本。现在,当我单击RED下图所示的十字按钮时,页面上会出现另一个确认窗口。
selenium-webdriver
RED
知道如何点击OK按钮吗?
OK
下面的代码最终可以处理提到的图片modal窗口:
modal
driver.switch_to.alert.accept
您是否尝试过以下逻辑?
Alert alert = driver.switch_to.alert alert.accept