Last active
January 2, 2018 14:33
-
-
Save ddavison/25002ba5fcc07d40204eff20204092da to your computer and use it in GitHub Desktop.
-remoteHost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dj@Daniels-MBP:~/downloads|⇒ java -jar selenium-server-standalone-3.0.0.jar -role node -remoteHost http://127.0.0.1:4444 | |
Exception in thread "main" com.beust.jcommander.ParameterException: Unknown option: -remoteHost | |
at com.beust.jcommander.JCommander.parseValues(JCommander.java:742) | |
at com.beust.jcommander.JCommander.parse(JCommander.java:282) | |
at com.beust.jcommander.JCommander.parse(JCommander.java:265) | |
at com.beust.jcommander.JCommander.<init>(JCommander.java:210) | |
at org.openqa.grid.selenium.GridLauncherV3$3.setConfiguration(GridLauncherV3.java:257) | |
at org.openqa.grid.selenium.GridLauncherV3.buildLauncher(GridLauncherV3.java:147) | |
at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:73) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment