public class VocabulariesPage extends AdminCenterBasePage
activityLink, documentManagementLink, monitoringLink, nuxeoConnectLink, systemInformationLink, updateCenterLink, userAndGroupsLink, vocabulariesLink, worflowsLink
driver, userServicesForm
Constructor and Description |
---|
VocabulariesPage(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
VocabulariesPage |
addEntry(String entryId,
String parentId,
String entryEnglishLabel,
String entryFrenchLabel,
boolean obsolete,
int order) |
VocabulariesPage |
deleteEntry(String entryId) |
List<String> |
getDirectoriesList()
Return the list of directories in the select box
|
org.openqa.selenium.WebElement |
getDirectoryEntryRow(String entryId) |
boolean |
hasEntry(String entryId) |
boolean |
hasHeaderLabel(String headerLabel)
Returns true if the directory entries table contains given string in its header.
|
VocabulariesPage |
select(String directoryName)
Select one of the directory in the select box
|
clickOnTab, clickOnTab, exitAdminCenter, getActivityPage, getAvailableSubTabs, getConnectHomePage, getMonitoringPage, getSelectedSubTab, getSystemHomePage, getUpdateCenterHomePage, getUsersGroupsHomePage, getVocabulariesPage, getWorkflowsPage, selectSubTab
asPage, clickOnTabIfNotSelected, clickOnTabIfNotSelected, clickOnTabIfNotSelected, closeFancyBox, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getFeedbackMessage, getHeaderLinks, getInfoFeedbackMessage, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitForFancyBoxClosed, waitUntilEnabled, waitUntilEnabled, waitUntilEnabledAndClick, waitUntilEnabledAndClick, waitUntilURLDifferentFrom
public VocabulariesPage(org.openqa.selenium.WebDriver driver)
public VocabulariesPage addEntry(String entryId, String parentId, String entryEnglishLabel, String entryFrenchLabel, boolean obsolete, int order)
public VocabulariesPage deleteEntry(String entryId)
public List<String> getDirectoriesList()
public org.openqa.selenium.WebElement getDirectoryEntryRow(String entryId)
public VocabulariesPage select(String directoryName)
directoryName
- public boolean hasHeaderLabel(String headerLabel)
Copyright © 2016 Nuxeo SA. All rights reserved.