com.atlassian.confluence.selenium.client
Class GroupPickerPopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.ConfluencePopup
      extended by com.atlassian.confluence.selenium.client.GroupPickerPopup

public class GroupPickerPopup
extends ConfluencePopup


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
GroupPickerPopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void addGroups()
           
 void clickSearch()
           
 void search(java.lang.String searchQuery)
           
 void select(Group group)
          Checks the box for the given group.
 void select(java.lang.String groupName)
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
closeWindow, getClient, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupPickerPopup

public GroupPickerPopup(ConfluenceSeleniumClient client)
Method Detail

search

public void search(java.lang.String searchQuery)

clickSearch

public void clickSearch()

addGroups

public void addGroups()

select

public void select(Group group)
Checks the box for the given group.


select

public void select(java.lang.String groupName)


Copyright © 2003-2014 Atlassian. All Rights Reserved.