Package com.atlassian.crowd.pageobjects
Class ViewProfilePage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.ViewProfilePage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
,com.atlassian.pageobjects.page.HomePage<CrowdHeader>
public class ViewProfilePage
extends AbstractCrowdPage
implements com.atlassian.pageobjects.page.HomePage<CrowdHeader>
-
Field Summary
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 TypeMethodDescriptioncancel()
getEmail()
getUrl()
boolean
boolean
boolean
protected boolean
Returns whether the content has loaded.boolean
boolean
boolean
boolean
setDisplayName
(String firstName) setFirstName
(String firstName) setLastName
(String firstName) submit()
Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.pageobjects.page.HomePage
getHeader
-
Field Details
-
URL
- See Also:
-
-
Constructor Details
-
ViewProfilePage
public ViewProfilePage()
-
-
Method Details
-
setFirstName
-
getFirstName
-
setLastName
-
getLastName
-
setDisplayName
-
getDisplayName
-
getEmail
-
getMessage
-
hasMessage
public boolean hasMessage() -
submit
-
cancel
-
isFirstNameEnabled
public boolean isFirstNameEnabled() -
isLastNameEnabled
public boolean isLastNameEnabled() -
isDisplayNameEnabled
public boolean isDisplayNameEnabled() -
isSubmitPresent
public boolean isSubmitPresent() -
isCancelPresent
public boolean isCancelPresent() -
isChangeEmailInlineLinkPresent
public boolean isChangeEmailInlineLinkPresent() -
getErrors
-
getUrl
- Specified by:
getUrl
in interfacecom.atlassian.pageobjects.Page
-
isContentLoaded
protected boolean isContentLoaded()Description copied from class:AbstractCrowdPage
Returns whether the content has loaded. Used inAbstractCrowdPage.waitUntilContentLoaded()
. Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.- Overrides:
isContentLoaded
in classAbstractCrowdPage
-