com.ibm.team.fvt.tests.clm.pages.dialogs.dm
Class DmSelectConfigurationDialog
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.dm.DmSelectConfigurationDialog
public class DmSelectConfigurationDialog
- extends ClmWebPageDefaultDialog
This class represents the Dialog to select Configuration Context from any DM
page.
Method Summary |
int |
enterSearchText(java.lang.String searchText)
Enter specified searchText into the search dialog, and wait for the results. |
void |
selectSearchResult(java.lang.String toBeSelected)
From a set of returned results, select the specified element. |
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 |
DmSelectConfigurationDialog
public DmSelectConfigurationDialog(ClmWebPage page)
- Parameters:
page
- The page invoking this dialog
DmSelectConfigurationDialog
public DmSelectConfigurationDialog(ClmWebPage page,
java.lang.String frame)
- Parameters:
page
- frame
-
enterSearchText
public int enterSearchText(java.lang.String searchText)
- Enter specified searchText into the search dialog, and wait for the results.
- Parameters:
searchText
-
- Returns:
- Number of elements in the search result.
selectSearchResult
public void selectSearchResult(java.lang.String toBeSelected)
- From a set of returned results, select the specified element. If there are
multiple rows in search result matching with specified text, the first one
will be selected.
- Parameters:
toBeSelected
- Text based upon which an item should be selected.