Skip to content

Instantly share code, notes, and snippets.

@FriendlyTester
Created October 14, 2013 21:03
Show Gist options
  • Save FriendlyTester/6982176 to your computer and use it in GitHub Desktop.
Save FriendlyTester/6982176 to your computer and use it in GitHub Desktop.
public abstract class DefaultPage
{
protected IWebDriver WebDriver { get; set; }
public LynxDefaultPage(IWebDriver webDriver)
{
WebDriver = webDriver;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment