使用以下代码使窗口聚焦,它在 Internet Explorer 上运行良好,但不适用于 Firefox。任何建议将不胜感激。
((JavascriptExecutor)driver).executeScript("window.focus()");
Firefox version: 5.0.1
Webdriver version: 2.25
使用以下代码使窗口聚焦,它在 Internet Explorer 上运行良好,但不适用于 Firefox。任何建议将不胜感激。
((JavascriptExecutor)driver).executeScript("window.focus()");
Firefox version: 5.0.1
Webdriver version: 2.25