Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created February 26, 2017 17:06
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/473c46fc0a085b1e45ee2d78afd04c12 to your computer and use it in GitHub Desktop.
Save angelovstanton/473c46fc0a085b1e45ee2d78afd04c12 to your computer and use it in GitHub Desktop.
[TestInitialize]
public void SetupTest()
{
driver = new FirefoxDriver();
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(30_000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment