Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Update "selenium-webdriver" for Node 4 compatibility #2544

Closed
mgol opened this issue Sep 27, 2015 · 3 comments
Closed

Update "selenium-webdriver" for Node 4 compatibility #2544

mgol opened this issue Sep 27, 2015 · 3 comments

Comments

@mgol
Copy link
Member

mgol commented Sep 27, 2015

Currently included selenium-webdriver@2.45.1 depends on a ws version with some broken optional dependencies. Since they're optional this should work fine in theory but I found that's not always the case (see npm/npm#9772), especially if one updates npm to the now stable version 3.

selenium-webdriver@2.47.0 installs fine on Node 4.1.1.

@surfjedi
Copy link

+1 I have been having issues across testing environments also and found updating both selenium(to 2.47.1) and the chromedriver(to 2.19) have improved consistency.

there seem to be some inconsistencies in current master - what webdriver version to be installed, so I in package.json it has 2.45.1 not 2.47.1, but inside the config.json file it has 2.47.1. SO even if you update it might not go to the correct version.

Ill try to do a pull request

@sjelin
Copy link
Contributor

sjelin commented Sep 28, 2015

We're working on it. This is a duplicate of a few other issues.

@sjelin sjelin closed this as completed Sep 28, 2015
@juliemr
Copy link
Member

juliemr commented Sep 28, 2015

Duplicate issue: #2245

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants