The IPageObjectInFabrication is an interface, which contains generated page-objects, helper methods and some internal data.
The IPageObjectInFabrication contains the [key: string]: any;
interface.
It has all generated function and child page-objects from the generated page-object.
adds fillForm and clearForm method to this page-object
adds navigate to method to this page-object
appends content to this page-object
appends child object as composition to this page-object
Generated using TypeDoc
The IPageObjectInFabrication is an interface, which contains generated page-objects, helper methods and some internal data. The IPageObjectInFabrication contains the
[key: string]: any;
interface. It has all generated function and child page-objects from the generated page-object.IPageObjectInFabrication