Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
-
-
Uses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets
Methods in com.adobe.cq.testing.selenium.pagewidgets with type parameters of type BaseComponent Modifier and Type Method Description static <T extends BaseComponent>
THelpers. clickBaseComponentAction(ActionComponent<T> actionComponent)Clicks (by execution ActionComponent#perform) on a ActionComponent (representing i.e. -
Uses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.common
Subclasses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.common Modifier and Type Class Description classActionComponent<V>Methods in com.adobe.cq.testing.selenium.pagewidgets.common with type parameters of type BaseComponent Modifier and Type Method Description <T extends BaseComponent>
TBaseComponent. adaptTo(java.lang.Class<T> adapterClass)<T extends BaseComponent>
TBaseComponent. click()Simply click on that object.<T extends BaseComponent>
TBaseComponent. render()Wait for the element to finish rendering.<T extends BaseComponent>
TBaseComponent. scrollTo()shortcut on the element().scrollTo().<T extends BaseComponent>
TBaseComponent. waitDisabled()Wait on the element for the Condition.disabled to be true with default timeout.<T extends BaseComponent>
TBaseComponent. waitEnabled()Wait on the element for the Condition.enabled to be true with default timeout.<T extends BaseComponent>
TBaseComponent. waitReady()wait ready (coral wize).<T extends BaseComponent>
TBaseComponent. waitVanish()Wait on the element for the Condition.visible to be false with default timeout.<T extends BaseComponent>
TBaseComponent. waitVisible()Wait on the element for the animation to finish and Condition.visible to be true with default timeout. -
Uses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.coral
Subclasses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.coral Modifier and Type Class Description classCoralActionBarclassCoralActionBar.ItemclassCoralCheckboxclassCoralMultiFieldclassCoralMultiField.MultiFieldItemclassCoralPopOverclassCoralSelectclassCoralSelectListclassCoralToastclassDialogclassVariantAccessor -
Uses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.cq
Subclasses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.cq Modifier and Type Class Description classEditableToolbarclassInlineEditorclassInsertComponentDialogclassPageInfoComponent class representing the page info in editor page.classPolicyDialogclassRichTextToolbarclassStylesSelectorclassTimewarpDialog -
Uses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.granite
Subclasses of BaseComponent in com.adobe.cq.testing.selenium.pagewidgets.granite Modifier and Type Class Description classOnboarding
-