Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created February 26, 2017 17:21
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/2b61a58e390e5232bcc55513397cd03c to your computer and use it in GitHub Desktop.
Save angelovstanton/2b61a58e390e5232bcc55513397cd03c to your computer and use it in GitHub Desktop.
public partial class ShippingAddressPage
{
private readonly IWebDriver driver;
public ShippingAddressPage(IWebDriver driver) => this.driver = driver;
// some other actions
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment