Uses of Class
com.adobe.cq.testing.selenium.pageobject.granite.BasePage
-
Packages that use BasePage Package Description com.adobe.cq.testing.selenium.pageobject com.adobe.cq.testing.selenium.pageobject.cq.sites com.adobe.cq.testing.selenium.pageobject.granite -
-
Uses of BasePage in com.adobe.cq.testing.selenium.pageobject
Subclasses of BasePage in com.adobe.cq.testing.selenium.pageobject Modifier and Type Class Description classEditorPageBase editor page class for inheritance.classPageEditorPageEditor page class representing Page Editor. -
Uses of BasePage in com.adobe.cq.testing.selenium.pageobject.cq.sites
Subclasses of BasePage in com.adobe.cq.testing.selenium.pageobject.cq.sites Modifier and Type Class Description classPropertiesPageclassSitesPageThe sites main page object. -
Uses of BasePage in com.adobe.cq.testing.selenium.pageobject.granite
Subclasses of BasePage in com.adobe.cq.testing.selenium.pageobject.granite Modifier and Type Class Description classCollectionPageclassLoginPageLogin page object.classShellPageclassStartPageThe home page.Methods in com.adobe.cq.testing.selenium.pageobject.granite with type parameters of type BasePage Modifier and Type Method Description <T extends BasePage>
TBasePage. open()Open this page in the browser.<T extends BasePage>
TBasePage. open(java.lang.String pagePath)Open page with the provided path in the current window.Methods in com.adobe.cq.testing.selenium.pageobject.granite that return BasePage Modifier and Type Method Description BasePageBasePage. openInNewWindow(java.lang.String pagePath)Open page with the provided path in a new window.
-