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

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
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.AdminLicenseAgreementDialog

public class AdminLicenseAgreementDialog
extends ClmWebPageDialog

Manage dialog launched to accept license agreement during the JTS Setup.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:

See Also:
JtsSetupUserRegistryPage

Constructor Summary
AdminLicenseAgreementDialog(ClmWebPage page, org.openqa.selenium.By findBy)
           
 
Method Summary
 void accept()
          Click on the accept button and close the dialog.
 
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

AdminLicenseAgreementDialog

public AdminLicenseAgreementDialog(ClmWebPage page,
                                   org.openqa.selenium.By findBy)
Method Detail

accept

public void accept()
Click on the accept button and close the dialog.