rubeniskov / karma-selenium-webdriver

A Karma plugin. Run tests in an instance over a selenium webdriver
MIT License
1 stars 1 forks source link

New versions not supported? #4

Open cschwaderer opened 6 years ago

cschwaderer commented 6 years ago

I'm trying to start tests with the following components:

Selenium 3.11 Karma 2.0.2 Firefox 59 geckodriver 0.20

However, it doesn't work.

Firefox starts, but the only thing I see is: an orang address bar and a strange robot icon. Output in Karma console is:

Browser firefox driver initialize failed [init({"browserName":"firefox","platform":"ANY","name":"Karma test","tags":[],"version":"ANY"})] The environment you requested was unavailable.

The selenium hub says:

Cannot extract a capabilities from the request

I'm doing something wrong or are these versions of Selenium/Firefox/Karma/geckodriver simply not supported?

rubeniskov commented 6 years ago

probably you are right, I've never tried test with this revision of code a version above 2.53 of selenium, so I can't ensure you stability.

rubeniskov commented 6 years ago

If you check https://www.npmjs.com/package/wd, you can see the webdriver is only focused for selenium 2