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();