PHPUnit_Framework_Exception when trying to run Codeception / Selenium with Internet Explorer 11 / IE11

落花浮王杯 提交于 2019-12-13 02:56:44

问题


When I try to run my Codeception tests with Internet Explorer 11, I get the following error:

[PHPUnit_Framework_Exception] Undefined index: ELEMENT

回答1:


This problem was resolved by re-starting Selenium with a passthru flag.

java -jar selenium-server-standalone-3.5.3.jar -enablePassThrough false


来源:https://stackoverflow.com/questions/48799845/phpunit-framework-exception-when-trying-to-run-codeception-selenium-with-inter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!