Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPageElementBaseOpts<Store>

Defines the opts parameter passed to the constructor function of PageElementBase.

template

Store type of the PageNodeStore used by PageElementBase to retrieve PageNodes from the store

Type parameters

Hierarchy

Index

Properties

Optional interval

interval: number

An interval in milliseconds.

store

store: Store

an instance of PageNodeStore which can be used to retrieve/create PageNodes

Optional timeout

timeout: number

A timeout in milliseconds.

Optional waitType

waitType: WaitType

Defines the kind of waiting condition performed when initialWait is invoked.

The initial waiting condition is performed every time before an interaction with the tested application takes place via a PageElement's action (eg. click).

Generated using TypeDoc