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