Exemple #1
0
 public void TestInputFirstName(string a)
 {
     createAccountPage.GoToUrl();
     createAccountPage.SetFirstName(a);
 }