Class GeneralOptionsPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.administration.GeneralOptionsPage
All Implemented Interfaces:
CrowdPage, com.atlassian.pageobjects.Page

public class GeneralOptionsPage extends AbstractCrowdPage
  • Field Details

    • title

      protected com.atlassian.pageobjects.elements.PageElement title
    • domain

      protected com.atlassian.pageobjects.elements.PageElement domain
    • authorisationCachingEnabled

      protected com.atlassian.aui.auipageobjects.AuiCheckbox authorisationCachingEnabled
    • secureSsoCookieEnabled

      protected com.atlassian.aui.auipageobjects.AuiCheckbox secureSsoCookieEnabled
    • baseUrl

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

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

      protected SystemAdminSidebarMenu systemAdminSidebarMenu
  • Constructor Details

    • GeneralOptionsPage

      public GeneralOptionsPage()
  • Method Details

    • init

      public void init()
    • getTitle

      public String getTitle()
    • setTitle

      public GeneralOptionsPage setTitle(String value)
    • getDomain

      public String getDomain()
    • setDomain

      public GeneralOptionsPage setDomain(String value)
    • isAuthorisationCachingEnabled

      public boolean isAuthorisationCachingEnabled()
    • setAuthorisationCachingEnabled

      public GeneralOptionsPage setAuthorisationCachingEnabled(boolean value)
    • isSecureSsoCookieEnabled

      public boolean isSecureSsoCookieEnabled()
    • setSecureSsoCookieEnabled

      public GeneralOptionsPage setSecureSsoCookieEnabled(boolean value)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public GeneralOptionsPage setBaseUrl(String value)
    • submit

      public GeneralOptionsPage submit()
      Submits the general options form.
      Returns:
      this page object, reloaded after form submission
    • setBaseUrlAndSubmit

      public GeneralOptionsPage setBaseUrlAndSubmit(String baseUrl)
      Sets the base URL and submits the form in one operation.
      Parameters:
      baseUrl - the base URL to set
      Returns:
      this page object, reloaded after form submission
    • isContentLoaded

      protected boolean isContentLoaded()
      Description copied from class: AbstractCrowdPage
      Returns whether the content has loaded. Used in AbstractCrowdPage.waitUntilContentLoaded(). Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.
      Overrides:
      isContentLoaded in class AbstractCrowdPage
    • getUrl

      public String getUrl()
    • getSystemAdminMenu

      public SystemAdminSidebarMenu getSystemAdminMenu()