Skip to content

Instantly share code, notes, and snippets.

@executeautomation
Created July 28, 2017 00:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save executeautomation/b7c7da64027b9d2d011ec80006f46e3b to your computer and use it in GitHub Desktop.
Save executeautomation/b7c7da64027b9d2d011ec80006f46e3b to your computer and use it in GitHub Desktop.
ChromeOptions option = new ChromeOptions();
option.AddArgument("--headless");
_driver = new ChromeDriver(option);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment