You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
+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.
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.
The text was updated successfully, but these errors were encountered: