Exemplo n.º 1
0
 public MemberList(IWebDriver driver)
 {
     this._driver          = driver;
     this._userLoginLogout = new UserLoginLogout(_driver);
     this._utilsValidation = new DriverUtilitiesValidation(_driver);
     this._userData        = new UserData();
 }