Skip to content

Instantly share code, notes, and snippets.

@spinningcat
Forked from seleniumgists/file.js
Created June 6, 2019 14:39
Show Gist options
  • Save spinningcat/113e45f013f262bd6fe523aa32f1400a to your computer and use it in GitHub Desktop.
Save spinningcat/113e45f013f262bd6fe523aa32f1400a 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