问题
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