public class WizardPage extends AbstractWizardPage
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NEXT_BUTTON_LOCATOR |
protected static String |
PREV_BUTTON_LOCATOR |
BUTTON_LOCATORdriver, userServicesForm| Constructor and Description |
|---|
WizardPage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
ConnectWizardPage |
getConnectPage() |
List<String> |
getErrors() |
List<String> |
getInfos() |
protected String |
getNextButtonLocator() |
protected String |
getPreviousButtonLocator() |
String |
getTitle2() |
boolean |
hasError() |
boolean |
hasInfo() |
WizardPage |
next() |
WizardPage |
next(Boolean errorExpected) |
WizardPage |
previous() |
WizardPage |
previous(Boolean errorExpected) |
clearInput, fillInput, findNavButton, getTitle, nav, nav, navById, navById, navByLink, navByLink, next, next, previous, previous, selectOption, selectOptionWithReloadasPage, clickOnTabIfNotSelected, clickOnTabIfNotSelected, clickOnTabIfNotSelected, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitUntilEnabled, waitUntilURLDifferentFromprotected static final String NEXT_BUTTON_LOCATOR
protected static final String PREV_BUTTON_LOCATOR
public WizardPage(org.openqa.selenium.WebDriver driver)
public WizardPage next()
public WizardPage next(Boolean errorExpected)
public WizardPage previous()
public WizardPage previous(Boolean errorExpected)
protected String getNextButtonLocator()
getNextButtonLocator in class AbstractWizardPageprotected String getPreviousButtonLocator()
getPreviousButtonLocator in class AbstractWizardPagepublic ConnectWizardPage getConnectPage()
public boolean hasError()
public boolean hasInfo()
Copyright © 2016 Nuxeo SA. All rights reserved.