/// <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; } }