When using Chrome browser, we sometimes want to pass switches to chrome.
For example,
Add configuration parameter -Dselenide.chrome.switches. It can be empty by default.
Done in Selenide 3.4
To those who found this via Googling (like myself), per the javadoc, this is now deprecated in favor of -Dchromeoptions.args=<comma-separated list of switches>.
Most helpful comment
To those who found this via Googling (like myself), per the javadoc, this is now deprecated in favor of
-Dchromeoptions.args=<comma-separated list of switches>.