-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 3-beta] Server fails to start when launched with chromedriver v2.22 #2566
Comments
Java command line usage requires system properties to be specified BEFORE the -jar Please move all -D command line arguments before the -jar argument |
Thank you. Oddly enough 2.53.1 was perfectly fine with it. |
Not too odd ;) we changed the command line argument parser to use Jcommander instead of maintaining our own. The old one did extra by accepting system property flags and then setting them with extra Java code. We have no interest in maintaining a command line parser in selenium. |
Ah makes sense. Thank you for the explanation. 😄 |
java -jar /selenium-server-standalone-3.0.0-beta4.jar -port 5555 |
@GaneshBalasubramanian15 -D arguments in the command line should come before the '-jar' |
Hi Lukeis, |
I would love to know how this line should be structured under the new invocation rules: Currently that throws an error: |
hello guys, hope ye all well, Im having this issue when i dont have the grid set up. this is the single batch file configured for all the browsers java -Dwebdriver.gecko.driver="geckodriver.exe" -jar selenium-server-standalone-2.53.1.jar -port 5555 -Dwebdriver.ie.driver="IEDriverServer2_53.exe" -Dwebdriver.chrome.driver="chromedriver2_25.exe" -debug The service is up, but when i run the selenium im getting this error for latest FF 49.0.1 Error any suggestions please? |
@GaneshBalasubramanian15 , @lukeis gave the solution many times. please move your locking conversation. |
Meta -
OS:
OSX 10.11.6
Selenium Version:
Se3 Beta 2
Browser:
N/A
Browser Version:
chromedriver v2.22
Expected Behavior -
Selenium server should start
using the following command line
java -debug -jar /Users/mehmetgerceker/workspace/nerdytests/resources/selenium-server-standalone-3.0.0-beta2.jar -Dwebdriver.chrome.driver=/Users/mehmetgerceker/workspace/nerdytests/resources/chromedriver-2.22 -Dwebdriver.gecko.driver=/Users/mehmetgerceker/workspace/nerdytests/resources/geckodriver-0.10.0
Actual Behavior -
Selenium server throws the following error
Steps to reproduce -
java -debug -jar /Users/mehmetgerceker/workspace/nerdytests/resources/selenium-server-standalone-3.0.0-beta2.jar -Dwebdriver.chrome.driver=/Users/mehmetgerceker/workspace/nerdytests/resources/chromedriver-2.22 -Dwebdriver.gecko.driver=/Users/mehmetgerceker/workspace/nerdytests/resources/geckodriver-0.10.0
The text was updated successfully, but these errors were encountered: