Class GroupRoleActorActionPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.roles.AbstractActorSelectionPage
com.atlassian.jira.pageobjects.pages.admin.roles.GroupRoleActorActionPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Represents the group role actor action page.
- Since:
- v5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Iterable<com.atlassian.pageobjects.elements.PageElement>
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.jira.pageobjects.pages.admin.roles.AbstractActorSelectionPage
buttonsContainer, watcherListContainer
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.pageobjects.pages.admin.roles.AbstractActorSelectionPage
add, getPicker, selectedItemList
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Field Details
-
pickerContainer
protected com.atlassian.pageobjects.elements.PageElement pickerContainer -
groupsTable
protected com.atlassian.pageobjects.elements.PageElement groupsTable -
groupLinks
-
-
Constructor Details
-
GroupRoleActorActionPage
-
-
Method Details
-
getGroupLinkIds
-
pickerId
- Specified by:
pickerId
in classAbstractActorSelectionPage
-
getUrl
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Overrides:
isAt
in classAbstractActorSelectionPage
- Returns:
- timed condition checking, if the test is at given page
-