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.
我是硒的新手,所以我不知道天气会问这个问题,如果我错了请纠正我..
我有一个网站,单击按钮会在新选项卡中打开链接该父选项卡但该选项卡没有被聚焦,所以我看不到我的代码是如何在父窗口中执行的,因为我知道使用 java 机器人按 Crlt +1 但是有没有其他方法可以让焦点回到我的父窗口,以便我可以看到正在发生的事情......
提前致谢
这就是我使用的:
webDriver.switchTo().window(webDriver.getWindowHandles().toArray()[0])
要将窗户带到所有窗户的前面,我想你可以试试这个。
webdriver .manage().window().maximize();