Ejemplo n.º 1
0
 public SignUpPage(IWebDriver browser)
 {
     _driver = browser;
     MainNavigationSection = new MainNavigationSection(_driver);
     ConnectWithSection    = new ConnectWithSection(_driver);
 }