public class AddApplicationDetailsPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
applicationType |
protected com.atlassian.pageobjects.elements.PageElement |
continueButton |
protected com.atlassian.pageobjects.elements.PageElement |
description |
protected com.atlassian.pageobjects.elements.PageElement |
name |
protected com.atlassian.pageobjects.elements.PageElement |
password |
protected com.atlassian.pageobjects.elements.PageElement |
passwordConfirmation |
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 |
---|
AddApplicationDetailsPage() |
Modifier and Type | Method and Description |
---|---|
Collection<org.openqa.selenium.WebElement> |
getErrors() |
String |
getUrl() |
AddApplicationConnectionDetailsPage |
nextPage() |
void |
setApplicationType(String value) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setPassword(String value) |
void |
setPasswordConfirmation(String value) |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement applicationType
protected com.atlassian.pageobjects.elements.PageElement name
protected com.atlassian.pageobjects.elements.PageElement description
protected com.atlassian.pageobjects.elements.PageElement password
protected com.atlassian.pageobjects.elements.PageElement passwordConfirmation
protected com.atlassian.pageobjects.elements.PageElement continueButton
public String getUrl()
public AddApplicationConnectionDetailsPage nextPage()
public Collection<org.openqa.selenium.WebElement> getErrors()
public void setApplicationType(String value)
public void setName(String value)
public void setDescription(String value)
public void setPassword(String value)
public void setPasswordConfirmation(String value)
Copyright © 2021 Atlassian. All rights reserved.