PeopleDirectoryPage
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class PeopleDirectoryPage extends ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
Constructor and Description |
---|
PeopleDirectoryPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllUsernames()
Deprecated.
|
String |
getUrl()
Deprecated.
|
UserProfileMacro |
getUserMacro(String username)
Deprecated.
|
boolean |
hasUser(String username)
Deprecated.
|
boolean |
isShowingAllPeople()
Deprecated.
|
boolean |
isShowingPeopleWithPersonalSpaces()
Deprecated.
|
UserHoverPopup |
openUserHoverPopup(String username)
Deprecated.
Mouse-hover over the user icon and wait for the AUI dialog to appear
|
Map<String,UserProfileMacro> |
parseUsers()
Deprecated.
|
PeopleDirectoryPage |
search(String term)
Deprecated.
|
PeopleDirectoryPage |
showAllPeople()
Deprecated.
|
PeopleDirectoryPage |
showAllPeopleWithPersonalSpaces()
Deprecated.
|
back, dismissSelect2IfActive, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, getRequestCorrelationId, isDarkFeatureEnabled, isLoggedIn, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete, toString
public String getUrl()
public Map<String,UserProfileMacro> parseUsers()
UserProfileMacro
s for all users that can be parsed from the current page, indexed
by their username.public Set<String> getAllUsernames()
public PeopleDirectoryPage showAllPeople()
public PeopleDirectoryPage showAllPeopleWithPersonalSpaces()
public boolean hasUser(String username)
public UserProfileMacro getUserMacro(String username)
public boolean isShowingAllPeople()
public boolean isShowingPeopleWithPersonalSpaces()
public PeopleDirectoryPage search(String term)
public UserHoverPopup openUserHoverPopup(String username)
Copyright © 2003–2017 Atlassian. All rights reserved.