当前位置: 首页 > 知识库问答 >
问题:

未能使用selenium 2.47.1启动Internet Explorer 11

卢聪
2023-03-14

当我在自动化套件中运行此代码时,出现以下错误:,

  • 硒2.47.1
WebDriver driver = new InternetExplorerDriver();

异常跟踪:

组织。openqa。硒。遥远的UnreachableBrowserException:无法启动新会话。可能的原因是远程服务器地址无效或浏览器启动失败。构建信息:版本:“2.47.1”,版本:“未知”,时间:“2015-07-30 11:02:44”系统信息:主机:os。名称:“Windows 8”,操作系统。拱门:“amd64”,操作系统。版本:“6.2”,java。版本:“1.7.0_51”驱动程序信息:驱动程序。版本:InternetExplorerDriver。openqa。硒。遥远的RemoteWebDriver。在org上执行(RemoteWebDriver.java:589)。openqa。硒。遥远的RemoteWebDriver。org上的startSession(RemoteWebDriver.java:242)。openqa。硒。遥远的RemoteWebDriver。org上的startSession(RemoteWebDriver.java:227)。openqa。硒。例如,InternetExplorerDriver。在org上运行(InternetExplorerDriver.java:182)。openqa。硒。例如,InternetExplorerDriver。(InternetExplorerDriver.java:174)网址:org。openqa。硒。例如,InternetExplorerDriver。(InternetExplorerDriver.java:146)原因:org。openqa。硒。WebDriverException:等待驱动程序服务器启动时超时。构建信息:版本:“2.47.1”,版本:“未知”,时间:“2015-07-30 11:02:44”系统信息:主机:os。名称:“Windows 8”,操作系统。拱门:“amd64”,操作系统。版本:“6.2”,java。版本:“1.7.0_51”驱动程序信息:驱动程序。版本:InternetExplorerDriver。openqa。硒。遥远的服务司机服务。在org上启动(DriverService.java:170)。openqa。硒。遥远的服务驱动命令执行器。在org上执行(DriverCommandExecutor.java:63)。openqa。硒。遥远的RemoteWebDriver。在org上执行(RemoteWebDriver.java:568)。openqa。硒。遥远的RemoteWebDriver。org上的startSession(RemoteWebDriver.java:242)。openqa。硒。遥远的RemoteWebDriver。org上的startSession(RemoteWebDriver.java:227)。openqa。硒。例如,InternetExplorerDriver。在org上运行(InternetExplorerDriver.java:182)。openqa。硒。例如,InternetExplorerDriver。(InternetExplorerDriver.java:174)网址:org。openqa。硒。例如,InternetExplorerDriver。(InternetExplorerDriver.java:146)原因:org。openqa。硒。网UrlChecker$TimeoutException:等待时超时[http://localhost:23905/status]将于20005毫秒后在org上提供。openqa。硒。网UrlChecker。WaitUntilavable(UrlChecker.java:104)位于org。openqa。硒。遥远的服务司机服务。开始(DriverService.java:167)。。。50多个原因:com.google.常见的util。同时发生的未选中TimeOutException:java。util。同时发生的com上的TimeoutException。谷歌。常见的util。同时发生的SimpleTimeLimiter。callWithTimeout(SimpleTimeLimiter.java:143)位于org。openqa。硒。网UrlChecker。WaitUntilavable(UrlChecker.java:79)。。。还有51个原因:java。util。同时发生的java上的TimeoutException。util。同时发生的未来任务。在com上获取(FutureTask.java:201)。谷歌。常见的util。同时发生的SimpleTimeLimiter。callWithTimeout(SimpleTimeLimiter.java:130)。。。还有52个

共有1个答案

东郭翰音
2023-03-14

我通过为internet explorer驱动程序配置系统属性解决了这个问题,

System.setProperty("webdriver.ie.driver", "IEDriverServer.exe");

并将所有区域的保护模式设置更改为相同。

 类似资料:
  • 虽然我得到了失败的消息,但主人或工人在几秒钟后就活了。 有人能解释一下原因吗?

  • 我有一个Spring Boot应用程序,其中有一个Kafka消费者和生产者。还有一个bean来创建主题。 我的Spring Boot应用程序和Kafka都是在Kubernetes的Docker启动的。有时Spring Boot应用程序在Kafka pod启动之前就启动了,因此无法启动,因为用户无法连接(参见stacktrace)。 有没有一种方法可以让我的应用程序以弹性的方式启动?例如,消费者应该

  • 我很难在服务器重新引导时重新启动pm2(它本身和两个节点/express文件,&)。 下面是我尝试的过程: 我在所有可能的组合中运行了上面的命令,但没有任何工作。我试着以根用户的身份运行,但也不起作用。 我的文件包含信息,所以我不知道还可以在哪里查找。 我尝试的其他参考资料... http://pm2.keymetrics.io/docs/usage/startup/ https://www.di

  • 经过一番努力,我最终成功地在伪分布式节点中使用了hadoop,和工作正常(和) 昨天,我尝试用以下方法重新启动、等: 给出以下输出: Namenode似乎不愿意再启动了...几秒钟后Jobtracker就死了。 mapred-site.xml:

  • 我使用的是FF版本19 直到昨天一切都很好,今天早上我突然发现了这个错误,我的代码和之前运行的代码一样,没有任何改变 错误消息: 以下是我的源代码:

  • 在整个评估过程中使用JxBrowser,效果非常好。现在,我一启动它就突然不起作用了。我在Mac OS X 10.11上运行,但我也在Windows上测试过,仍然不起作用。我的构建路径中有两个操作系统所需的库。这就是我得到的(在Mac OS X上运行):