An error ocurred while creating a new ChromeDriver session, but no logs #3917
Unanswered
aruku
asked this question in
Help Needed
Replies: 1 comment 1 reply
-
There could be multiple reasons for not connecting to Chromedriver correctly. However, you could shift to Nightwatch v3 where everything is handled for you. You don't even need Chrome installed on your machine to test against Chrome. Checkout this video: https://www.youtube.com/watch?v=ulnT7Zxvy9E&t=93s |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
npx nightwatch nightwatch/examples/
, I get this error for all tests:I have added all the keys shown to the config, but nothing has changed, and there is no log at webdriver.log_path.
I'm using "chromedriver": "^117.0.2" and "nightwatch": "^2.6.21" on a Nodejs 14 container.
I'll appreciate any input.
Beta Was this translation helpful? Give feedback.
All reactions