Class CsvImporterMappingPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.user.importer.csv.CsvImporterMappingPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected static final org.openqa.selenium.By
protected static final org.openqa.selenium.By
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 TypeMethodDescriptiongetUrl()
boolean
setGroupMappingForRow
(String rowName, String mappingType) setUserMappingForRow
(String rowName, String mappingType) Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
-
Field Details
-
MAPPING_SELECT_SELECTOR
protected static final org.openqa.selenium.By MAPPING_SELECT_SELECTOR -
SAMPLE_ROW_CELL_SELECTOR
protected static final org.openqa.selenium.By SAMPLE_ROW_CELL_SELECTOR -
userMappingTable
protected com.atlassian.pageobjects.elements.PageElement userMappingTable -
groupMappingTable
protected com.atlassian.pageobjects.elements.PageElement groupMappingTable -
errorContainer
protected com.atlassian.pageobjects.elements.PageElement errorContainer -
submitButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
-
-
Constructor Details
-
CsvImporterMappingPage
public CsvImporterMappingPage()
-
-
Method Details
-
setUserMappingForRow
-
setGroupMappingForRow
-
isGroupMappingConfigurable
public boolean isGroupMappingConfigurable() -
getUserMappingRows
-
getGroupMappingRows
-
submitExpectingSuccess
-
submitExpectingFailure
-
getErrors
-
getUrl
-