Exemple #1
0
 public void GoToAutentificarePage()
 {
     AutentificareButton.Click();
 }
Exemple #2
0
 public void GoToAuthentication()
 {
     AutentificareButton.Click();
 }
Exemple #3
0
 public void LoginNewUser()
 {
     NewEmail.SendKeys("*****@*****.**");
     NewParola.SendKeys("pwd123");
     AutentificareButton.Click();
 }