在 Internet Explorer 11 中使用 Codeception/Selenium 时抛出 WebDriverException

WebDriverException throws when using Codeception / Selenium with Internet Explorer 11

当我尝试使用 Internet Explorer 11 运行 Codeception / Selenium 时,我收到以下错误消息。

在 WebDriverException.php 第 134 行:

Unable to get browser
Build info: version: '3.5.3', revision: 'a88d25fe6b', time: '2017-08-29T12:54:15.039Z' System info: host: 'JEREMYPIVENSGHOST', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java. version: '1.8.0_141'
Driver info: driver.version: unknown

此问题已通过以下步骤解决:

  • 打开 Internet Explorer 11
  • 按Alt键调出IE11菜单栏。
  • Select 工具 > Internet 选项,然后转到安全选项卡。
  • Select 每个区域(Int​​ernet、本地 Intranet、可信站点、受限站点)并选中启用保护模式复选框。

感谢 Michael Whelan 的回答: http://www.michael-whelan.net/selenium-webdriver-and-ie11/