public class CsvImporterConfirmationPage extends AbstractCrowdPage
| Modifier and Type | Field and Description | 
|---|---|
static org.openqa.selenium.By | 
CSV_MAPPING_CELL_SELECTOR  | 
protected com.atlassian.pageobjects.elements.PageElement | 
directoryName  | 
protected com.atlassian.pageobjects.elements.PageElement | 
encryptingPasswords  | 
protected com.atlassian.pageobjects.elements.PageElement | 
groupFilePath  | 
protected com.atlassian.pageobjects.elements.PageElement | 
groupMappingsTable  | 
protected com.atlassian.pageobjects.elements.PageElement | 
submitButton  | 
protected com.atlassian.pageobjects.elements.PageElement | 
userFilePath  | 
protected com.atlassian.pageobjects.elements.PageElement | 
userMappingsTable  | 
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE| Constructor and Description | 
|---|
CsvImporterConfirmationPage()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDirectoryName()  | 
String | 
getEncryptingPasswords()  | 
String | 
getGroupFilePath()  | 
List<CsvMappingRow> | 
getGroupMappingRows()  | 
String | 
getUrl()  | 
String | 
getUserFilePath()  | 
List<CsvMappingRow> | 
getUserMappingRows()  | 
protected boolean | 
isContentLoaded()
Returns whether the content has loaded. 
 | 
CsvImporterResultsPage | 
submitExpectingSuccess()  | 
getAuiMessages, getHeader, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadpublic static final org.openqa.selenium.By CSV_MAPPING_CELL_SELECTOR
protected com.atlassian.pageobjects.elements.PageElement directoryName
protected com.atlassian.pageobjects.elements.PageElement userFilePath
protected com.atlassian.pageobjects.elements.PageElement groupFilePath
protected com.atlassian.pageobjects.elements.PageElement encryptingPasswords
protected com.atlassian.pageobjects.elements.PageElement userMappingsTable
protected com.atlassian.pageobjects.elements.PageElement groupMappingsTable
protected com.atlassian.pageobjects.elements.PageElement submitButton
public CsvImporterResultsPage submitExpectingSuccess()
public List<CsvMappingRow> getUserMappingRows()
public List<CsvMappingRow> getGroupMappingRows()
public String getDirectoryName()
public String getUserFilePath()
public String getGroupFilePath()
public String getEncryptingPasswords()
public String getUrl()
protected boolean isContentLoaded()
AbstractCrowdPageAbstractCrowdPage.waitUntilContentLoaded(). Subclasses should override
 this method to wait for a distinguishing content to appear. E.g. a page title.isContentLoaded in class AbstractCrowdPageCopyright © 2020 Atlassian. All rights reserved.