Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 6, 2019 13:46
Show Gist options
  • Save seleniumgists/f3dc9411c72cff5d1b245f26f7cf73bb to your computer and use it in GitHub Desktop.
Save seleniumgists/f3dc9411c72cff5d1b245f26f7cf73bb to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
ChromeOptions options = new ChromeOptions();
options.addArguments("--headless", "--window-size=1920,1200");
WebDriver driver = new ChromeDriver(options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment