Class AuiMessage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.AuiMessage
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class AuiMessage extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseAuiMessage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Page component for AUI Messages. Will look for the first AUI message it can find unless you specify aBy
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.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description AuiMessage()
Deprecated.AuiMessage(org.openqa.selenium.By context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>
getMessages()
Deprecated.Returns all messages produced by the AUI message.com.atlassian.pageobjects.elements.query.TimedCondition
isErrorMessageVisible()
Deprecated.Since 5.8void
setMessageContainer()
Deprecated.
-