Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created September 24, 2017 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/71646660196b81c6e2c44895faf0bf94 to your computer and use it in GitHub Desktop.
Save angelovstanton/71646660196b81c6e2c44895faf0bf94 to your computer and use it in GitHub Desktop.
var options = new ChromeOptions();
options.AddArguments("headless");
using (IWebDriver driver = new ChromeDriver(options))
{
// the rest of your test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment