-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Selenium standalone 3.6.0 + chrome+ debian not working #4990
Comments
Can you run standalone with the |
And what versions of Chrome/Firefox are you using |
Thanks, problem with firefox is my bad. Old version of firefox, but Chrome is still not working. |
chromedriver is having trouble starting chrome. Are you sure chrome is installed in a location that chromedriver can reach it? What do:
return? The error is coming directly from chromedriver so selenium is attempting to start a new session. I'm not sure what else to try other than the commands above, all the correct capabilities are being sent |
|
My only other suggestion is to check that XVFB is working right. Regardless, this doesn't seem to be a selenium issue but a chromedriver/environment issue. |
Hello there.
I can't run test only with chrome on my server.
I have no problems in same situations on "PC (win7).+firefox/chrome" and "Debian+firefox"
Meta -
OS: Linux debian-8-64bit 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
selenium-server-standalone: 3.6.0
chromedriver 2.33
Google Chrome 62.0.3202.75
Expected Behavior -
Run php example with standalone selenium and chrome
Actual Behavior -
errors
Steps to reproduce -
I do:
a)
selenium start command:
DISPLAY=:99 xvfb-run -a -n 1 -l -s "-screen 0, 1024x768x8" java -Dwebdriver.chrome.driver="/var/path/to/chromedriver" -jar /var/path/to/selenium-server-standalone-3.6.0.jar -debug
output:
b) run php script
selenium's new output:
php's output
The text was updated successfully, but these errors were encountered: