public class AdminCenterBasePage extends AbstractPage
Modifier and Type | Field and Description |
---|---|
org.openqa.selenium.WebElement |
documentManagementLink |
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 |
URLCHANGE_MAX_WAIT, userServicesForm
Constructor and Description |
---|
AdminCenterBasePage(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
DocumentBasePage |
exitAdminCenter() |
List<String> |
getAvailableSubTabs() |
ConnectHomePage |
getConnectHomePage() |
String |
getSelectedSubTab() |
SystemHomePage |
getSystemHomePage() |
UpdateCenterPage |
getUpdateCenterHomePage() |
UsersGroupsBasePage |
getUsersGroupsHomePage() |
VocabulariesPage |
getVocabulariesPage() |
AdminCenterBasePage |
selectSubTab(String text) |
asPage, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getFeedbackMessage, getHeaderLinks, waitUntilEnabled, waitUntilEnabled, waitUntilURLDifferentFrom
public 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 nuxeoConnectLink
public org.openqa.selenium.WebElement vocabulariesLink
public AdminCenterBasePage(org.openqa.selenium.WebDriver driver)
public UsersGroupsBasePage getUsersGroupsHomePage()
public ConnectHomePage getConnectHomePage()
public UpdateCenterPage getUpdateCenterHomePage()
public SystemHomePage getSystemHomePage()
public VocabulariesPage getVocabulariesPage()
public String getSelectedSubTab()
public AdminCenterBasePage selectSubTab(String text)
public DocumentBasePage exitAdminCenter()
Copyright © 2011 Nuxeo SA. All Rights Reserved.