public class AUIBlanket extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
locator |
Constructor and Description |
---|
AUIBlanket() |
Modifier and Type | Method and Description |
---|---|
void |
waitUntilClosed()
Same function as waitUntilClosed(String timeoutMessage), except with no custom timeout message.
|
void |
waitUntilClosed(String timeoutMessage)
Wait until the AUI Blanket has completely faded out.
|
public void waitUntilClosed(String timeoutMessage)
timeoutMessage
- The message to log when the AUI Blanket doesn't disappear before the timeout (usually
because it never existed to begin with).public void waitUntilClosed()
Copyright © 2002-2022 Atlassian. All Rights Reserved.