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 was archived by the owner on Jul 29, 2024. It is now read-only.
webdriver-manager is running and I can hit the server at http://localhost:4444/wd/hub and manually create a chrome session if i want. But when I run protractor it just hangs forever. If i switch my config file to use sauce labs instead of seleniumAddress everything works fine.
Nothing is outputted in the webdriver-manager log or web gui at all. No chrome session starts. nothing...
-> protractor public/test/protractor.conf.js
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Another weird thing is i cant pass any flags to protractor. It will just print the help if I try any of them.