我的硒测试未在IE11上运行。我已经完成了所需的所有检查(如https://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration中所述)。我仍然遇到这个错误:
org.openqa.selenium.WebDriverException:无法导航到http://myapp。这通常意味着对COM方法IWebBrowser2 :: Navigate2()的调用失败
答案 0 :(得分:1)
在导航之前,请切换到窗口
new_window = self.driver.window_handles[1]
self.driver.switch_to_window(new_window)