com.atlassian.confluence.selenium.client
Class EditorNotifications

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.EditorNotifications

public class EditorNotifications
extends java.lang.Object


Constructor Summary
EditorNotifications(ConfluenceSeleniumClient client)
           
 
Method Summary
 java.lang.String getFirstNotificationMessage()
           
 int getNotificationCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorNotifications

public EditorNotifications(ConfluenceSeleniumClient client)
Method Detail

getNotificationCount

public int getNotificationCount()
Returns:
the number of notifications currently shown in the editor.

getFirstNotificationMessage

public java.lang.String getFirstNotificationMessage()
Returns:
the text of the first notification message found.


Copyright © 2003-2014 Atlassian. All Rights Reserved.