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.
I'm testing protractor features and when I have an instance of chrome open, for example, I'm searching something on google and working with protractor tests and I wanna run the tests on chrome the google chrome opens a new tab with "data:," on address bar and the tests doesn't work. follow the log:
[chrome #2] PID: 6868
[chrome #2] Specs: C:...\default_spec.js
[chrome #2]
[chrome #2] Using the selenium server at http://localhost:4444/wd/hub
[chrome #2] ERROR - Unable to start a WebDriver session.
[chrome #2]
[chrome #2] C:...\node_modules\protractor\node_modules\selenium-webdriver\lib\atoms\error.js:113
[chrome #2] var template = new Error(this.message);
[chrome #2] ^
The text was updated successfully, but these errors were encountered:
@kaahxd The error shouldn't have anything to do with the fact that you have another instance of chrome open already (try with chrome closed and see if it works). Anyway, make sure your selenium server is set up correctly (i.e. does http://localhost:4444/wd/hub resolve for you?).
I'm testing protractor features and when I have an instance of chrome open, for example, I'm searching something on google and working with protractor tests and I wanna run the tests on chrome the google chrome opens a new tab with "data:," on address bar and the tests doesn't work. follow the log:
[chrome #2] PID: 6868
[chrome #2] Specs: C:...\default_spec.js
[chrome #2]
[chrome #2] Using the selenium server at http://localhost:4444/wd/hub
[chrome #2] ERROR - Unable to start a WebDriver session.
[chrome #2]
[chrome #2] C:...\node_modules\protractor\node_modules\selenium-webdriver\lib\atoms\error.js:113
[chrome #2] var template = new Error(this.message);
[chrome #2] ^
The text was updated successfully, but these errors were encountered: