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 |
---|---|
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.
|
public AuiMessage()
public AuiMessage(org.openqa.selenium.By context)
Copyright © 2003–2021 Atlassian. All rights reserved.