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.
Webページから使用してファイル削除スクリプトを作成していますselenium-webdriver。RED下の画像のように十字ボタンをクリックすると、ページに別の確認ウィンドウが表示されます。
selenium-webdriver
RED
ボタンをクリックする方法はありOKますか?
OK
以下のコードは、最終的に、上記のmodalウィンドウを処理するために機能します。
modal
driver.switch_to.alert.accept
以下のロジックで試しましたか?
Alert alert = driver.switch_to.alert alert.accept