|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.selenium.client.QuickComment
public class QuickComment
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 |
---|
public QuickComment()
Method Detail |
---|
public static Editor invokeForPage(ConfluenceSeleniumClient client, Suite suite)
client
- suite
-
public static Editor invokeForReply(long commentId, ConfluenceSeleniumClient client, Suite suite)
commentId
- the id of the comment to reply toclient
- suite
-
public static Editor invokeFirstReply(ConfluenceSeleniumClient client, Suite suite)
client
- suite
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |