-
Notifications
You must be signed in to change notification settings - Fork 31
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
cannot run tests #32
Comments
I am also getting the same error. I doubt localhost below routes works for selenium webdriver - in webdriver.rs I am not sure how these "http://localhost:4444/wd/hub/session/<session_id>/url " works ? let url = construct_url(vec![ |
weird.. just reopened the project in my IDE after 2 months without touching anything in between. Started selenium and ran the tests: success ✔️ Sorry @davnav I cannot reproduce it anymore.. |
@globalworming Which version of
|
don't know which version i was running at that time :) |
No worries. I figured out that I had to have the Chrome and I am though getting the error |
hi
i followed the instructions, selenium server is running
and chromedriver is in the
PATH
when executing any test, it fails with status 500 when establishing a session
selenium output just says
any idea what i am doing wrong or how to debug?
The text was updated successfully, but these errors were encountered: