public class

GroupPickerPopup

extends ConfluencePopup
java.lang.Object
   ↳ com.atlassian.confluence.selenium.client.ConfluencePopup
     ↳ com.atlassian.confluence.selenium.client.GroupPickerPopup

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.client.ConfluencePopup
Public Constructors
GroupPickerPopup(ConfluenceSeleniumClient client)
Public Methods
void addGroups()
void clickSearch()
void search(String searchQuery)
void select(Group group)
Checks the box for the given group.
void select(String groupName)
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.client.ConfluencePopup
From class java.lang.Object

Public Constructors

public GroupPickerPopup (ConfluenceSeleniumClient client)

Public Methods

public void addGroups ()

public void clickSearch ()

public void search (String searchQuery)

public void select (Group group)

Checks the box for the given group.

public void select (String groupName)