Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created February 28, 2016 18:55
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/5f171e9c0b21557121e1 to your computer and use it in GitHub Desktop.
Save angelovstanton/5f171e9c0b21557121e1 to your computer and use it in GitHub Desktop.
FirefoxProfile profile = new FirefoxProfile();
profile.AddExtension(@"C:\extensionsLocation\extension.xpi");
IWebDriver driver = new FirefoxDriver(profile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment