com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmSelectTagsDialog
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.rm.RmSelectTagsDialog
public class RmSelectTagsDialog
- extends ClmWebPageDefaultDialog
Dialog used to select tags to add to an artifact.
The following actions are accessible on this page:
The following operations are also specialized for this dialog:
Method Summary |
void |
selectTags(java.lang.String... tags)
Select the tags to add or apply to the currently viewed artifact. |
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 |
RmSelectTagsDialog
public RmSelectTagsDialog(ClmWebPage page)
selectTags
public void selectTags(java.lang.String... tags)
- Select the tags to add or apply to the currently viewed artifact.
- Parameters:
tags
- List of Strings representing the tags to add.