samccone/drool

Can the selenium-webdriver version be relaxed a bit?

oddui opened this issue · 3 comments

oddui commented

The selenium-webdriver version conflicts with my protractor (2.5.1) setup and seems to cause the protractor tests to exit early.

So can the selenium-webdriver version be relaxed a bit? Thanks.

@oddui mind trying up the branch ^ and see if it works for you?

oddui commented

Thanks very much for that @samccone . I tried it but unfortunately it didn't work.

The node modules are installed like:

The protractor package has it's own node_modules folder with correct selenium-webdriver version(2.47.0). drool has a selenium-webdriver(2.46.1 on master, 2.48.2 on sjs/selenium-bump) next to it.

The protractor tests still exit early. They do work without drool installed. Not too sure why, might be selenium-webdriver or protractor not work well with node 5?

Updated to the latest selenium release