Skip to main content

HotTestElementOptions

hotstaq / Modules / HotTestElementOptions

Class: HotTestElementOptions

Hot test element options.

Implements​

Table of contents​

Constructors​

Properties​

Constructors​

constructor​

• new HotTestElementOptions(copy?)

Parameters​

NameType
copyIHotTestElementOptions

Defined in​

HotTestElement.ts:36

Properties​

ignoreMissingElementError​

• ignoreMissingElementError: boolean

If the test element is missing, ignore the error. This will cause the rest of the function to return immediately without any exceptions being thrown.

Implementation of​

IHotTestElementOptions.ignoreMissingElementError

Defined in​

HotTestElement.ts:34


mustBeVisible​

• mustBeVisible: boolean

Indicates that the test element must be visible in order to select it.

Implementation of​

IHotTestElementOptions.mustBeVisible

Defined in​

HotTestElement.ts:28