public class ApplicationRemoteAddressesPage extends AbstractCrowdPage
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
addButton |
protected com.atlassian.pageobjects.elements.PageElement |
addressesTable |
protected com.atlassian.pageobjects.elements.PageElement |
addressInput |
protected com.atlassian.pageobjects.elements.PageElement |
applicationOptions |
protected static org.openqa.selenium.By |
REMOTE_ADDRESS_CELL_SELECTOR |
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 |
|---|
ApplicationRemoteAddressesPage(String paramName,
String paramValue) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRemoteAddressesPage |
addAddress(String address) |
List<String> |
getRemoteAddresses() |
String |
getUrl() |
ApplicationOptionsPage |
goToOptions() |
boolean |
isUpdateSuccess() |
ApplicationRemoteAddressesPage |
removeAddress(String address) |
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoadprotected static final org.openqa.selenium.By REMOTE_ADDRESS_CELL_SELECTOR
protected com.atlassian.pageobjects.elements.PageElement applicationOptions
protected com.atlassian.pageobjects.elements.PageElement addressesTable
protected com.atlassian.pageobjects.elements.PageElement addressInput
protected com.atlassian.pageobjects.elements.PageElement addButton
public ApplicationOptionsPage goToOptions()
public String getUrl()
public ApplicationRemoteAddressesPage addAddress(String address)
public boolean isUpdateSuccess()
public ApplicationRemoteAddressesPage removeAddress(String address)
Copyright © 2023 Atlassian. All rights reserved.