Пример #1
0
 /// <summary>
 /// Select the "No" radio button of the "Display Info" pane on the "Main" tab
 /// </summary>
 public void SelectDisplayInfoNoRadioButton()
 {
     try
     {
         BaseWaitForPageToLoad(Driver, 100);
         DisplayInfoNoRadioButton.Click();
     }
     catch (Exception e) { throw e; }
 }
 /// <summary>
 /// Select the "No" radio button of the "Display Info" pane on the "Main" tab
 /// </summary>
 public void SelectDisplayInfoNoRadioButton()
 {
     DisplayInfoNoRadioButton.WaitAndClick(_driver);
 }