Hierarchy

  • UiSession

Implements

  • Disposable

Constructors

Properties

_addtlOpts: Record<string, any>
_driver: any
aftCfg: AftConfig
reporter: ReportingManager

Methods

  • creates a new UiComponent instance of the specified type passing in the driver, aftConfig, reporter and () => this.driver() as parent

    Type Parameters

    Parameters

    • componentType: Class<T>

      a class extending from UiComponent providing a Page Object Model interface with the DOM

    • Optional opts: UiComponentOptions

    Returns Promise<T>

    an instance of the specified UiComponent class

Generated using TypeDoc