public class WizardPage extends AbstractWizardPage
Modifier and Type | Field and Description |
---|---|
protected static String |
NEXT_BUTTON_LOCATOR |
protected static String |
PREV_BUTTON_LOCATOR |
BUTTON_LOCATOR
driver, 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, selectOptionWithReload
asPage, clickOnTabIfNotSelected, clickOnTabIfNotSelected, clickOnTabIfNotSelected, closeFancyBox, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getInfoFeedbackMessage, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitForFancyBoxClosed, waitUntilEnabled, waitUntilEnabled, waitUntilEnabledAndClick, waitUntilEnabledAndClick, waitUntilURLDifferentFrom
protected 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 AbstractWizardPage
protected String getPreviousButtonLocator()
getPreviousButtonLocator
in class AbstractWizardPage
public ConnectWizardPage getConnectPage()
public boolean hasError()
public boolean hasInfo()
Copyright © 2017 Nuxeo. All rights reserved.