com.atlassian.confluence.selenium.client
Class QuickComment

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

public class QuickComment
extends Object


Constructor Summary
QuickComment()
           
 
Method Summary
static Editor invokeFirstReply(ConfluenceSeleniumClient client, Suite suite)
          For the less discerning tester, invoke a reply for the first reply link found.
static Editor invokeForPage(ConfluenceSeleniumClient client, Suite suite)
          Open the Quick Comment Editor to make a top level comment on the current page.
static Editor invokeForReply(long commentId, ConfluenceSeleniumClient client, Suite suite)
          Open the Quick Comment Editor to reply to an identified comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickComment

public QuickComment()
Method Detail

invokeForPage

public static Editor invokeForPage(ConfluenceSeleniumClient client,
                                   Suite suite)
Open the Quick Comment Editor to make a top level comment on the current page.

Parameters:
client -
suite -
Returns:
an Editor instance

invokeForReply

public static Editor invokeForReply(long commentId,
                                    ConfluenceSeleniumClient client,
                                    Suite suite)
Open the Quick Comment Editor to reply to an identified comment.

Parameters:
commentId - the id of the comment to reply to
client -
suite -
Returns:
an Editor instance

invokeFirstReply

public static Editor invokeFirstReply(ConfluenceSeleniumClient client,
                                      Suite suite)
For the less discerning tester, invoke a reply for the first reply link found.

Parameters:
client -
suite -
Returns:
an Editor instance.


Copyright © 2003-2013 Atlassian. All Rights Reserved.