
I want to driver chrome with web page only.
disable address bar
ChromeOptions options = new ChromeOptions();
options.addArguments("--app=http://www.google.com");
driver = new ChromeDriver (options);
check more chrome options here
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