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

public class CsvImporterMappingPage extends AbstractCrowdPage
  • 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