示例#1
0
 public void ClickBuildSummaryToggleCaret()
 {
     DriverActions.clickElement(BY_BUILD_SUMMARY_TOGGLE);
 }
示例#2
0
 public void WaitUntilConfirmationPageLoads()
 {
     WebDriverExtensions.WaitForPageLoaded(Driver);
     DriverActions.waitForElementPresent(BY_CONFIRMATION_MSG_CONTAINER);
 }
示例#3
0
 public bool IsOptionsSectionDisplayed()
 {
     return(DriverActions.IsElementPresent(BY_OPTIONS_ACCESSORIES_SECTION));
 }