com.ibm.team.fvt.tests.clm.pages.dialogs
Class AdminImportUsersDialog
java.lang.Object
com.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.AdminImportUsersDialog
public class AdminImportUsersDialog
- extends ClmWebPageDefaultDialog
Manage dialog launched to import users from JTS Admin Active Users page.
Following actions are accessible on this page:
Following operations are also specialized for dialogs:
- See Also:
JtsAdminActiveUsersPage
Method Summary |
void |
selectUser(java.lang.String userName)
Select the given user in the users table list. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog |
open |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
cancel, close |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminImportUsersDialog
public AdminImportUsersDialog(ClmWebPage page)
selectUser
public void selectUser(java.lang.String userName)
- Select the given user in the users table list.
- Parameters:
userName
- The name of user to select in the users list.- See Also:
WebBrowser.waitForElement(WebBrowserElement, By, boolean, int, boolean, boolean)