public class AddApplicationConnectionDetailsPage extends AddApplicationOngoingStepPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
applicationUrl |
protected com.atlassian.pageobjects.elements.PageElement |
continueButton |
protected com.atlassian.pageobjects.elements.PageElement |
remoteIpAddress |
protected com.atlassian.pageobjects.elements.PageElement |
resolveIpButton |
ERRORS_SELECTORbinder, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, pageBinder| Constructor and Description |
|---|
AddApplicationConnectionDetailsPage() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.openqa.selenium.WebElement> |
getErrors() |
AddApplicationDirectoryDetailsPage |
nextPage() |
String |
resolveIp()
Tries to resolve the IP address of provided applicationUrl
|
void |
setApplicationUrl(String value) |
void |
setRemoteIpAddress(String value) |
getUrlgetHeader, setTextField, waitUntilContentLoad, waitUntilPageLoadprotected com.atlassian.pageobjects.elements.PageElement applicationUrl
protected com.atlassian.pageobjects.elements.PageElement remoteIpAddress
protected com.atlassian.pageobjects.elements.PageElement continueButton
protected com.atlassian.pageobjects.elements.PageElement resolveIpButton
public String resolveIp()
null if Crowd could not resolve the ip addresspublic AddApplicationDirectoryDetailsPage nextPage()
public Collection<org.openqa.selenium.WebElement> getErrors()
public void setApplicationUrl(String value)
public void setRemoteIpAddress(String value)
Copyright © 2018 Atlassian. All rights reserved.