public class AdminCenterBasePage extends AbstractPage
| Modifier and Type | Field and Description |
|---|---|
org.openqa.selenium.WebElement |
activityLink |
org.openqa.selenium.WebElement |
documentManagementLink |
org.openqa.selenium.WebElement |
monitoringLink |
org.openqa.selenium.WebElement |
nuxeoConnectLink |
org.openqa.selenium.WebElement |
systemInformationLink |
org.openqa.selenium.WebElement |
updateCenterLink |
org.openqa.selenium.WebElement |
userAndGroupsLink |
org.openqa.selenium.WebElement |
vocabulariesLink |
org.openqa.selenium.WebElement |
worflowsLink |
driver, userServicesForm| Constructor and Description |
|---|
AdminCenterBasePage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clickOnTab(org.openqa.selenium.WebElement tab) |
protected void |
clickOnTab(org.openqa.selenium.WebElement tab,
boolean useAjax) |
DocumentBasePage |
exitAdminCenter() |
ActivityPage |
getActivityPage() |
List<String> |
getAvailableSubTabs() |
ConnectHomePage |
getConnectHomePage() |
MonitoringPage |
getMonitoringPage() |
String |
getSelectedSubTab() |
SystemHomePage |
getSystemHomePage() |
UpdateCenterPage |
getUpdateCenterHomePage() |
UsersGroupsBasePage |
getUsersGroupsHomePage() |
VocabulariesPage |
getVocabulariesPage() |
WorkflowsPage |
getWorkflowsPage() |
AdminCenterBasePage |
selectSubTab(String text) |
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, waitUntilURLDifferentFrompublic org.openqa.selenium.WebElement systemInformationLink
public org.openqa.selenium.WebElement userAndGroupsLink
public org.openqa.selenium.WebElement documentManagementLink
public org.openqa.selenium.WebElement updateCenterLink
public org.openqa.selenium.WebElement monitoringLink
public org.openqa.selenium.WebElement nuxeoConnectLink
public org.openqa.selenium.WebElement vocabulariesLink
public org.openqa.selenium.WebElement worflowsLink
public org.openqa.selenium.WebElement activityLink
public AdminCenterBasePage(org.openqa.selenium.WebDriver driver)
protected void clickOnTab(org.openqa.selenium.WebElement tab)
protected void clickOnTab(org.openqa.selenium.WebElement tab, boolean useAjax)
public UsersGroupsBasePage getUsersGroupsHomePage()
public ConnectHomePage getConnectHomePage()
public UpdateCenterPage getUpdateCenterHomePage()
public MonitoringPage getMonitoringPage()
public SystemHomePage getSystemHomePage()
public VocabulariesPage getVocabulariesPage()
public WorkflowsPage getWorkflowsPage()
public ActivityPage getActivityPage()
public String getSelectedSubTab()
public AdminCenterBasePage selectSubTab(String text)
public List<String> getAvailableSubTabs()
public DocumentBasePage exitAdminCenter()
Copyright © 2019 Nuxeo. All rights reserved.