com.ibm.team.fvt.tests.clm.pages.dialogs
Class ClmWebPageDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
Direct Known Subclasses:
AdminLicenseAgreementDialog, ClmNewTestCaseDialog, ClmWebPageDefaultDialog, QmNewTestScriptDialog, QmReconcileRequirementsDialog, QmRunTestCaseDialog, RmConfigureLinksDialog

public abstract class ClmWebPageDialog
extends com.ibm.team.fvt.tests.web.WebDialog

Abstract class for any dialog opened in CLM browser page (see ClmWebPage).

Specialize the framework dialog class by storing the CLM web page in which the dialog is opened.


Constructor Summary
ClmWebPageDialog(ClmWebPage page, org.openqa.selenium.By findBy)
           
ClmWebPageDialog(ClmWebPage page, org.openqa.selenium.By findBy, java.lang.String frame)
           
 
Method Summary
 
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
 

Constructor Detail

ClmWebPageDialog

public ClmWebPageDialog(ClmWebPage page,
                        org.openqa.selenium.By findBy)

ClmWebPageDialog

public ClmWebPageDialog(ClmWebPage page,
                        org.openqa.selenium.By findBy,
                        java.lang.String frame)