public class CreateRemoteCrowdPage extends AbstractCrowdPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
connectionTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
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 |
---|
CreateRemoteCrowdPage() |
Modifier and Type | Method and Description |
---|---|
CreateRemoteCrowdPage |
connection(Consumer<CreateRemoteCrowdConnectionTab> connectionConsumer) |
CreateRemoteCrowdPage |
details(Consumer<CreateRemoteCrowdDetailsTab> detailsConsumer) |
CreateRemoteCrowdConnectionTab |
getConnection() |
CreateRemoteCrowdDetailsTab |
getDetails() |
CreateRemoteCrowdPermissionsTab |
getPermissions() |
String |
getUrl() |
CreateRemoteCrowdPage |
permissions(Consumer<CreateRemoteCrowdPermissionsTab> permissionsConsumer) |
ViewRemoteCrowdDetailsPage |
submit() |
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement detailsTabButton
protected com.atlassian.pageobjects.elements.PageElement connectionTabButton
protected com.atlassian.pageobjects.elements.PageElement permissionsTabButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
public CreateRemoteCrowdPage details(Consumer<CreateRemoteCrowdDetailsTab> detailsConsumer)
public CreateRemoteCrowdPage connection(Consumer<CreateRemoteCrowdConnectionTab> connectionConsumer)
public CreateRemoteCrowdPage permissions(Consumer<CreateRemoteCrowdPermissionsTab> permissionsConsumer)
public CreateRemoteCrowdDetailsTab getDetails()
public CreateRemoteCrowdConnectionTab getConnection()
public CreateRemoteCrowdPermissionsTab getPermissions()
public ViewRemoteCrowdDetailsPage submit()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.