Created
June 6, 2019 13:46
-
-
Save seleniumgists/f3dc9411c72cff5d1b245f26f7cf73bb to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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