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.
Driver.switchTo().frame("XXXXX"); メインページのiframeにアクセスしていました
Driver.switchTo().frame("XXXXX");
メインページに戻り、Selenium webdriver を使用して他の操作を行いたい
ウィンドウハンドルを取得しようとしました
しかし、iFrameウィンドウハンドルを取得できません
driver.switchTo().defaultContent();