com.atlassian.confluence.webdriver.pageobjects.component.AuiMessage
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class AuiMessage extends ConfluenceAbstractPageComponent
By
locator.
Note: There is currently two elements that use the 'aui-message' class, make sure you use the By
locator
to specify the exact notification container you are looking for.driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
AuiMessage()
Deprecated.
|
AuiMessage(org.openqa.selenium.By context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsMessage(String message)
Deprecated.
Checks whether the AUI message contains the exact String given.
|
List<String> |
getMessages()
Deprecated.
Returns all messages produced by the AUI message.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isErrorMessageVisible()
Deprecated.
Since 5.8
|
void |
setMessageContainer()
Deprecated.
|
getComponent
public AuiMessage()
public AuiMessage(org.openqa.selenium.By context)
public void setMessageContainer()
public com.atlassian.pageobjects.elements.query.TimedCondition isErrorMessageVisible()
public List<String> getMessages()
public boolean containsMessage(String message)
message
- Copyright © 2003–2015 Atlassian. All rights reserved.