我在 browserstack 上运行测试,对于IE 11,当它尝试查找元素时出现以下错误。
相同的测试在IE 10中成功运行。
代码:
wait.until(ExpectedConditions.presenceOfElementLocated(By.cssSelector("label[for='form:quest:0:quest:0:questionId:0']")));
例外:
org.openqa.selenium.NoSuchWindowException: Unable to find element on closed window
我在尝试找到解决方案时遇到了以下帖子,但不确定如何在浏览器堆栈中设置此功能。