Exemple #1
0
 /// <summary>
 /// Select the 'No' radio button for External applicants
 /// </summary>
 public void SelectExternalNoRadioButton()
 {
     try
     {
         BaseWaitForPageToLoad(Driver, 100);
         ExternalNoRadioButton.Click();
     }
     catch (Exception e) { throw e; }
 }
 /// <summary>
 /// Select the 'No' radio button for External applicants
 /// </summary>
 public void SelectExternalNoRadioButton()
 {
     ExternalNoRadioButton.WaitAndClick(_driver);
 }