|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.web.WebFramedDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageFramedDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ccm.CcmReportParametersSelectionDialog
public class CcmReportParametersSelectionDialog
Manage dialog launched to select a project area.
This dialog is launched from a CcmWebProjectDashboardPage
.
Following actions are accessible on this page:
open(WebBrowserElement)
: open the window by clicking on the
given web element.select(String, String)
: Select the given resource of the given kind.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.waitForLoadingEnd()
: Wait for the window content to be loaded.
Constructor Summary | |
---|---|
CcmReportParametersSelectionDialog(ClmWebPage page,
com.ibm.team.fvt.tests.web.WebBrowserFrame frame)
|
Method Summary | |
---|---|
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
void |
select(java.lang.String kind,
java.lang.String resource)
Select the given resource of the given kind. |
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 |
Constructor Detail |
---|
public CcmReportParametersSelectionDialog(ClmWebPage page, com.ibm.team.fvt.tests.web.WebBrowserFrame frame)
Method Detail |
---|
public com.ibm.team.fvt.tests.web.WebBrowserElement open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
Wait for the end of dialog content loading.
TODO Pull-up to WebDialog or WebWindow
open
in class com.ibm.team.fvt.tests.web.WebFramedDialog
public void select(java.lang.String kind, java.lang.String resource)
This does not close the dialog.
kind
- The resource kindresource
- The resource name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |