Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 24, 2020 21:44
Show Gist options
  • Select an option

  • Save seleniumgists/49b8fd83a0f2873a6938252883e205b8 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/49b8fd83a0f2873a6938252883e205b8 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
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