public class ViewProfilePage extends AbstractCrowdPage implements com.atlassian.pageobjects.page.HomePage<CrowdHeader>
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, 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() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
boolean |
isDisplayNameEnabled() |
boolean |
isEmailEnabled() |
boolean |
isFirstNameEnabled() |
boolean |
isLastNameEnabled() |
boolean |
isSubmitPresent() |
ViewProfilePage |
setDisplayName(String firstName) |
ViewProfilePage |
setEmail(String firstName) |
ViewProfilePage |
setFirstName(String firstName) |
ViewProfilePage |
setLastName(String firstName) |
ViewProfilePage |
submit() |
getAuiMessages, getHeader, getReactMessage, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoadpublic ViewProfilePage setFirstName(String firstName)
public String getFirstName()
public ViewProfilePage setLastName(String firstName)
public String getLastName()
public ViewProfilePage setDisplayName(String firstName)
public String getDisplayName()
public ViewProfilePage setEmail(String firstName)
public String getEmail()
public String getMessage()
public boolean hasMessage()
public ViewProfilePage submit()
public ViewProfilePage cancel()
public boolean isFirstNameEnabled()
public boolean isLastNameEnabled()
public boolean isEmailEnabled()
public boolean isDisplayNameEnabled()
public boolean isSubmitPresent()
public boolean isCancelPresent()
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 © 2019 Atlassian. All rights reserved.