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 |
binder, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, pageBinder| 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) |
getHeader, setTextField, waitUntilContentLoad, waitUntilPageLoadprotected 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 © 2018 Atlassian. All rights reserved.