Esempio n. 1
0
 /// <summary>
 /// Select the 'Depends on Internal/External' radio button in the 'Display Info' pane
 /// </summary>
 public void SelectDependsOnInternalExternalRadioButton()
 {
     try
     {
         BaseWaitForPageToLoad(Driver, 100);
         DependsOnInternalExternalRadioButton.Click();
     }
     catch (Exception e) { throw e; }
 }
 /// <summary>
 /// Select the 'Depends on Internal/External' radio button in the 'Display Info' pane
 /// </summary>
 public void SelectDependsOnInternalExternalRadioButton()
 {
     DependsOnInternalExternalRadioButton.WaitAndClick(_driver);
 }