Package com.atlassian.crowd.pageobjects
Class BrowseAuditLogPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.BrowseAuditLogPage
- All Implemented Interfaces:
CrowdPage
,com.atlassian.pageobjects.Page
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
com.atlassian.pageobjects.elements.PageElement
getChangedProperties
(int index) com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.query.TimedQuery<String>
com.atlassian.pageobjects.elements.PageElement
com.atlassian.pageobjects.elements.PageElement
getUrl()
protected boolean
Returns whether the content has loaded.boolean
isDetailVisible
(int index) nextPage()
boolean
toggleChangeset
(int index) Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
-
Field Details
-
binder
@Inject protected com.atlassian.pageobjects.PageBinder binder -
nextButton
protected com.atlassian.pageobjects.elements.PageElement nextButton -
previousButton
protected com.atlassian.pageobjects.elements.PageElement previousButton -
configurationButton
protected com.atlassian.pageobjects.elements.PageElement configurationButton -
auditLogTable
protected com.atlassian.pageobjects.elements.PageElement auditLogTable -
clearFiltersButton
protected com.atlassian.pageobjects.elements.PageElement clearFiltersButton -
filtersContainer
protected com.atlassian.pageobjects.elements.PageElement filtersContainer -
lastSearchTimestamp
protected com.atlassian.pageobjects.elements.PageElement lastSearchTimestamp -
messageContainer
protected com.atlassian.pageobjects.elements.PageElement messageContainer
-
-
Constructor Details
-
BrowseAuditLogPage
public BrowseAuditLogPage()
-
-
Method Details
-
getAmountOfDetailRows
public int getAmountOfDetailRows() -
getMessage
-
getChangesets
-
getChangedProperties
-
toggleChangeset
public boolean toggleChangeset(int index) -
isDetailVisible
public boolean isDetailVisible(int index) -
nextPage
-
canGoToNextPage
public boolean canGoToNextPage() -
previousPage
-
openConfigurationMenu
-
canGoToPreviousPage
public boolean canGoToPreviousPage() -
setFilteringCriteria
-
resetFilterCriteria
-
getUrl
-
isContentLoaded
protected boolean isContentLoaded()Description copied from class:AbstractCrowdPage
Returns whether the content has loaded. Used inAbstractCrowdPage.waitUntilContentLoaded()
. Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.- Overrides:
isContentLoaded
in classAbstractCrowdPage
-
getLastTimestamp
-
getBrowserButtons
public com.atlassian.pageobjects.elements.PageElement getBrowserButtons() -
getFilterLabel
public com.atlassian.pageobjects.elements.PageElement getFilterLabel() -
getDetailRow
public com.atlassian.pageobjects.elements.PageElement getDetailRow() -
getOldEntry
public com.atlassian.pageobjects.elements.PageElement getOldEntry() -
getNewEntry
public com.atlassian.pageobjects.elements.PageElement getNewEntry()
-