All Implemented Interfaces:
PageComponent

@Deprecated public class AuiMessage extends ConfluenceAbstractPageComponent
Deprecated.
in 5.8. Use AuiMessage instead from maven module com.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 a 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.

  • Constructor Details

    • AuiMessage

      public AuiMessage()
      Deprecated.
    • AuiMessage

      public AuiMessage(org.openqa.selenium.By context)
      Deprecated.
  • Method Details

    • setMessageContainer

      public void setMessageContainer()
      Deprecated.
    • isErrorMessageVisible

      public com.atlassian.pageobjects.elements.query.TimedCondition isErrorMessageVisible()
      Deprecated.
      Since 5.8
      Returns:
    • getMessages

      public List<String> getMessages()
      Deprecated.
      Returns all messages produced by the AUI message.
      Returns: