Exemplo n.º 1
0
 /// <summary>
 /// Enter text into the 'First Name' text box
 /// </summary>
 /// <param name="firstName">The applicants first name</param>
 public void EnterFirstName(string firstName)
 {
     FirstNameTextBox.WaitRetry(_driver).SendKeys(firstName);
 }