Skip to content

Instantly share code, notes, and snippets.

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 InstyleVII/34c03f307f9a7df29d1feb0a58baf699 to your computer and use it in GitHub Desktop.
Save InstyleVII/34c03f307f9a7df29d1feb0a58baf699 to your computer and use it in GitHub Desktop.
Firefox Marionette C#
var driver = new FirefoxDriver(new FirefoxOptions());
driver.Url = "www.bing.com";
Thread.Sleep(2000);
driver.Quit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment