예제 #1
0
 public LoginPage(IWebDriver browser)
 {
     _driver               = browser;
     LoginSection          = new LoginSection(_driver);
     MainNavigationSection = new MainNavigationSection(_driver);
     ConnectWithSection    = new ConnectWithSection(_driver);
 }
예제 #2
0
 public SignUpPage(IWebDriver browser)
 {
     _driver = browser;
     MainNavigationSection = new MainNavigationSection(_driver);
     ConnectWithSection    = new ConnectWithSection(_driver);
 }