Created
June 24, 2020 21:44
-
-
Save seleniumgists/49b8fd83a0f2873a6938252883e205b8 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
| options.addArguments("--headless"); | |
| driver = await new Builder().forBrowser(BROWSER).setFirefoxOptions(options).usingServer('<http://seleniumgrid/wd/hub').build()>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment