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, 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 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()
public String getTitle2()
Copyright © 2019 Nuxeo SA. All rights reserved.