Skip to content

Instantly share code, notes, and snippets.

@ValchanOficial
Created June 29, 2018 19:44
Show Gist options
  • Save ValchanOficial/ecac7079aae30f1144072f175ae9bfe5 to your computer and use it in GitHub Desktop.
Save ValchanOficial/ecac7079aae30f1144072f175ae9bfe5 to your computer and use it in GitHub Desktop.
aaa
//System.setProperty("webdriver.chrome.driver", "C:\\chromedriver.exe");
//ChromeOptions options = new ChromeOptions();
//options.addArguments("start-maximized");
//options.addArguments("disable-infobars");
//options.addArguments("--disable-extensions");
//options.addArguments("--disable-gpu");
//options.addArguments("--disable-dev-shm-usage");
//options.addArguments("--no-sandbox");
//driver = new ChromeDriver(options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment