Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created February 28, 2015 16:51
Show Gist options
  • Save johnmmoss/13c00919752c06de252f to your computer and use it in GitHub Desktop.
Save johnmmoss/13c00919752c06de252f to your computer and use it in GitHub Desktop.
Initializing the Selenium FirefoxDriver
IWebDriver driver = new FirefoxDriver();
FeatureContext.Current.Set(driver);
driver.Navigate().GoToUrl(Url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment