-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Error only while trying to run selenium-server. appium-server runs fine.
Steps To Reproduce:
Go to repo and run command >> "bin/selenium.sh start"
While all the dependencies are correctly installed including server, chrome browser and driver.
Below error is thrown:
Exception in thread "main" com.beust.jcommander.ParameterException: Unknown option: -Dwebdriver.chrome.bin=/Applications/Google Chrome.app
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.(JCommander.java:210)
at org.openqa.grid.selenium.GridLauncherV3$1.setConfiguration(GridLauncherV3.java:227)
at org.openqa.grid.selenium.GridLauncherV3.buildLauncher(GridLauncherV3.java:155)
at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:75)