gpt4 book ai didi

internet-explorer - 在 IE 中:org.openqa.selenium.WebDriverException:这通常意味着对 COM 方法 IWebBrowser2::Navigate2() 的调用失败

转载 作者:行者123 更新时间:2023-12-04 07:44:47 25 4
gpt4 key购买 nike

我正在使用 Selenium 为我的 Web 应用程序编写测试用例。当我从 Firefox 运行测试时,它工作正常,但是当我尝试从 IE 运行它时,我无法运行并收到错误消息:

This usually means that a call to the COM method IWebBrowser2::Navigate2() failed exception.


System.setProperty("webdriver.ie.driver", "browserdrivers/IEDriverServer.exe");
WebDriver web = new InternetExplorerDriver();
web.get("URL");

我能够看到 IE 屏幕,但它没有导航到该 URL,而且我遇到了异常情况。我该如何解决这个问题?

最佳答案

您必须将每个区域的保护模式设置设置为 Internet Explorer 中的相同值。希望下面的链接对你有帮助。

NoSuchElementException is occurred during implementation of InternetExplorerDriver in Selenium WebDriver

问候,

维涅什

关于internet-explorer - 在 IE 中:org.openqa.selenium.WebDriverException:这通常意味着对 COM 方法 IWebBrowser2::Navigate2() 的调用失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21451412/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com