I was using selenium server 3.7.1 for my test setup using this command:
java -jar selenium-server-standalone-3.7.1.jar -enablePassThrough false
But trying to update to 3.9.1, I get an error:
Exception in thread "main" com.beust.jcommander.ParameterException:
Was passed main parameter '-enablePassThrough' but no main parameter
was defined in your arg class
Meaning enablePassThrough
is not available in the latest version of selenium? Why? What other option or setup is available instead?