public class RunCustomisedDialog extends Object
This component represents multiple types of dialogs which share similar UI and behaviour, for example:
Because of that, and because of user permissions, not all configuration options may always be displayed. Be sure
to check PageElement.isPresent()
on sub-components before using them.
Constructor and Description |
---|
RunCustomisedDialog() |
Modifier and Type | Method and Description |
---|---|
void |
confirm() |
TextElement |
getCustomRevisionSelector() |
com.atlassian.pageobjects.elements.PageElement |
getOverrideVariableLink() |
com.atlassian.pageobjects.elements.PageElement |
getOverrideVariableTable() |
void |
waitUntilOpen() |
public void waitUntilOpen()
public TextElement getCustomRevisionSelector()
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableLink()
public com.atlassian.pageobjects.elements.PageElement getOverrideVariableTable()
public void confirm()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.