Closed dbushong closed 7 years ago
When selenium.jar is run, if selenium.debug is true (the default), it tries to pass -debug, but the correct invocation these days appears to be -debug true
selenium.debug
true
-debug
-debug true
Also, config.get('selenium.debug', ...) should be config.getBool(...)
config.get('selenium.debug', ...)
config.getBool(...)
When selenium.jar is run, if
selenium.debug
istrue
(the default), it tries to pass-debug
, but the correct invocation these days appears to be-debug true