I have used the following based upon issues/requirements faced:
ChromeOptions options = new ChromeOptions();
1. options.addArguments("--**start-maximized**");
2.options.addArguments("--**disable-web-security**");
3. options.addArguments("--**no-proxy-server**");
4. options.addArguments("--**disable-extensions**");
5.options.addArguments("--**disable-infobars**");
So i want to know what else arguments we can pass?
For the complete list of Chrome Driver arguments, Refer http://www.assertselenium.com/java/list-of-chrome-driver-command-line-arguments/
Here is the list of commands for chrome https://peter.sh/experiments/chromium-command-line-switches/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With