com.ibm.team.fvt.tests.clm.pages.dialogs
Class AdminLicenseAgreementDialog
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.AdminLicenseAgreementDialog
public class AdminLicenseAgreementDialog
- extends ClmWebPageDialog
Manage dialog launched to accept license agreement during the JTS Setup.
Following actions are accessible on this page:
accept()
: Click on the accept button and close the dialog.
Following operations are also specialized for dialogs:
- See Also:
JtsSetupUserRegistryPage
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 |
AdminLicenseAgreementDialog
public AdminLicenseAgreementDialog(ClmWebPage page,
org.openqa.selenium.By findBy)
accept
public void accept()
- Click on the accept button and close the dialog.