PHPUnit_Framework_Exception 尝试 运行 Codeception / Selenium 与 Internet Explorer 11 / IE11
PHPUnit_Framework_Exception when trying to run Codeception / Selenium with Internet Explorer 11 / IE11
当我尝试使用 Internet Explorer 11 运行 我的 Codeception 测试时,出现以下错误:
[PHPUnit_Framework_Exception] Undefined index: ELEMENT
此问题已通过使用 passthru 标志重新启动 Selenium 得到解决。
java -jar selenium-server-standalone-3.5.3.jar -enablePassThrough false
当我尝试使用 Internet Explorer 11 运行 我的 Codeception 测试时,出现以下错误:
[PHPUnit_Framework_Exception] Undefined index: ELEMENT
此问题已通过使用 passthru 标志重新启动 Selenium 得到解决。
java -jar selenium-server-standalone-3.5.3.jar -enablePassThrough false