Interface PageObjectParent
- All Known Implementing Classes:
Component
,Page
,PageObject
public interface PageObjectParent
Base class for a wrapper that contains page objects
- Author:
- krylov
-
Method Summary
Modifier and TypeMethodDescriptionaddChildFromPrototype
(int idx, PageObject prototype) default PageObject
addChildFromPrototype
(PageObject prototype) getRoot()
-
Method Details
-
getRoot
PageObjectParent getRoot() -
getChildren
List<PageObject> getChildren() -
addChildFromPrototype
-
addChildFromPrototype
-