Skip to content

Instantly share code, notes, and snippets.

@executeautomation
Created July 28, 2017 00:57
Show Gist options
  • Select an option

  • Save executeautomation/b7c7da64027b9d2d011ec80006f46e3b to your computer and use it in GitHub Desktop.

Select an option

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