Selenium Webdriver 小ネタ _target=blank で別ウィンドウ遷移時にSelenium Webdriverで追う方法について説明します。 使用言語:Ruby 結論 下記3行でウィンドウ切り替えできます。 window = driver.window_handles.last # ウィンドウ情報を取得 driver.close # 遷移元のウィンドウを閉じる。特に必要なければ記述の必要なし driver.switch_to.window(window) # 遷移先のウィンドウに遷移元のウィンドウ情報を移す Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful in