Ejemplo n.º 1
0
 public void LoginSuccessfully(string userName, string passWord)
 {
     ElementActions.AlertDataEnter(_driver, userName);
     ElementActions.AlertDataEnter(_driver, passWord);
     ElementActions.AlertAccept(_driver);
 }