Web Driver Curl Exception

后端 未结 4 963
时光说笑
时光说笑 2021-01-17 21:18

Trying to use Codeception Web Driver and Selenium to emulate ajax through an acceptance test. I was using PhpBrowser but when I was having issues with Ajax my friend suggest

4条回答
  •  心在旅途
    2021-01-17 21:49

    I had the same problem, with the exact same error message. For some strange reason, it looked like starting the selenium server from command line did not work.

    My solution turned out to be manually opening the selenium server through Windows Explorer, right click on the file, choose Open with -> Java Platform SE Binary.

    Took me almost 3 hours to figure it out, so I hope this helps somebody.

提交回复
热议问题