public class ViewProfilePage extends AbstractCrowdPage implements com.atlassian.pageobjects.page.HomePage<CrowdHeader>
| Modifier and Type | Field and Description |
|---|---|
static String |
URL |
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE| Constructor and Description |
|---|
ViewProfilePage() |
| Modifier and Type | Method and Description |
|---|---|
ViewProfilePage |
cancel() |
String |
getDisplayName() |
String |
getEmail() |
List<String> |
getErrors() |
String |
getFirstName() |
String |
getLastName() |
String |
getMessage() |
String |
getUrl() |
boolean |
hasMessage() |
boolean |
isCancelPresent() |
boolean |
isChangeEmailInlineLinkPresent() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
boolean |
isDisplayNameEnabled() |
boolean |
isFirstNameEnabled() |
boolean |
isLastNameEnabled() |
boolean |
isSubmitPresent() |
ViewProfilePage |
setDisplayName(String firstName) |
ViewProfilePage |
setFirstName(String firstName) |
ViewProfilePage |
setLastName(String firstName) |
ViewProfilePage |
submit() |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadpublic static final String URL
public ViewProfilePage setFirstName(String firstName)
public String getFirstName()
public ViewProfilePage setLastName(String firstName)
public String getLastName()
public ViewProfilePage setDisplayName(String firstName)
public String getDisplayName()
public String getEmail()
public String getMessage()
public boolean hasMessage()
public ViewProfilePage submit()
public ViewProfilePage cancel()
public boolean isFirstNameEnabled()
public boolean isLastNameEnabled()
public boolean isDisplayNameEnabled()
public boolean isSubmitPresent()
public boolean isCancelPresent()
public boolean isChangeEmailInlineLinkPresent()
public String getUrl()
getUrl in interface com.atlassian.pageobjects.Pageprotected 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 © 2022 Atlassian. All rights reserved.