Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValuePageElementOpts<Store>

Describes the opts parameter passed to the constructor function of ValuePageElement.

template

Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes

Type parameters

Hierarchy

Index

Properties

Optional customScroll

customScroll: IScrollParams

This interface is used in the parameters of scrollTo and click actions of PageElement. It allows you to scroll a PageElement that resides inside a scrollable container into view.

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