Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Webdriver 3.0? #33

Open
jmreicha opened this issue Oct 27, 2016 · 2 comments
Open

Support for Webdriver 3.0? #33

jmreicha opened this issue Oct 27, 2016 · 2 comments

Comments

@jmreicha
Copy link

jmreicha commented Oct 27, 2016

Webdriver 3.0 was recently released and is the version I am using. I am getting installation errors when attempting to npm install chai-webdriver.

myproject@0.0.1 /Users/joshuareichardt/github.com/browserstack
├─┬ chai-webdriver@1.2.0
│ ├── UNMET PEER DEPENDENCY selenium-webdriver@>=2.42.0
│ ├── string@3.3.3
│ └── webdriver-sizzle@0.2.2
└── UNMET PEER DEPENDENCY selenium-webdriver@3.0.0-beta-2

npm WARN chai-webdriver@1.2.0 requires a peer of selenium-webdriver@>=2.42.0 but none was installed.
npm WARN webdriver-sizzle@0.2.2 requires a peer of selenium-webdriver@>=2.42.0 but none was installed.
@gitnickgit
Copy link

I'm getting the same results.

@sshere
Copy link

sshere commented Apr 21, 2017

You can specify version on the command line.

The following module versions have proven to work in my environment and have been provided in a single command line below:

npm install chai@3.0.0 chai-webdriver@1.2.0 webdriver-sizzle@0.2.2 selenium-webdriver@2.42.0 -g

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

No branches or pull requests

4 participants