public class GlobalFlags extends Object
| Constructor and Description | 
|---|
| GlobalFlags() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | doesNotContainFlagWithText(String text) | 
| com.atlassian.pageobjects.elements.query.TimedCondition | flagContainerPresent() | 
| List<AuiFlag> | getFlags() | 
| AuiFlag | getFlagWithElement(org.openqa.selenium.By by) | 
| AuiFlag | getFlagWithText(String text) | 
| List<AuiMessage> | getMessages() | 
| boolean | isPresent() | 
public com.atlassian.pageobjects.elements.query.TimedCondition flagContainerPresent()
public boolean isPresent()
public List<AuiMessage> getMessages()
public AuiFlag getFlagWithElement(org.openqa.selenium.By by)
public boolean doesNotContainFlagWithText(String text)
Copyright © 2002-2018 Atlassian. All Rights Reserved.