Class CsvImporterConfigurationPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.user.importer.csv.CsvImporterConfigurationPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class CsvImporterConfigurationPage extends AbstractCrowdPage
  • Field Details

    • form

      protected com.atlassian.pageobjects.elements.PageElement form
    • directory

      protected com.atlassian.pageobjects.elements.SelectElement directory
    • encryptedPasswords

      protected Iterable<com.atlassian.pageobjects.elements.PageElement> encryptedPasswords
    • userStatusMappingTypeBasedOnCsv

      protected com.atlassian.pageobjects.elements.PageElement userStatusMappingTypeBasedOnCsv
    • delimiter

      protected com.atlassian.pageobjects.elements.PageElement delimiter
    • users

      protected com.atlassian.pageobjects.elements.PageElement users
    • groupMemberships

      protected com.atlassian.pageobjects.elements.PageElement groupMemberships
    • submitButton

      protected com.atlassian.pageobjects.elements.PageElement submitButton
    • csvImportHeader

      protected com.atlassian.pageobjects.elements.PageElement csvImportHeader
  • Constructor Details

    • CsvImporterConfigurationPage

      public CsvImporterConfigurationPage()
  • Method Details