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