public abstract class JiraDialog extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
driver |
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
protected org.openqa.selenium.By |
locator |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElement |
root |
| Constructor and Description |
|---|
JiraDialog(org.openqa.selenium.By locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
JiraDialog |
completeOAuthDance(String jiraUsername,
String jiraPassword) |
protected abstract org.openqa.selenium.By |
getCancelButtonLocator() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isOpen() |
void |
waitUntilAuthenticationMessageShown() |
protected void |
waitUntilClosed() |
void |
waitUntilErrorsShown() |
protected void |
waitUntilOpen() |
protected final org.openqa.selenium.By locator
@Inject protected org.openqa.selenium.WebDriver driver
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected com.atlassian.pageobjects.elements.PageElement root
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public JiraDialog completeOAuthDance(String jiraUsername, String jiraPassword)
public void waitUntilAuthenticationMessageShown()
public com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
public void waitUntilErrorsShown()
public void close()
protected abstract org.openqa.selenium.By getCancelButtonLocator()
protected void waitUntilClosed()
protected void waitUntilOpen()
Copyright © 2018 Atlassian. All rights reserved.