HotTestElementOptions
hotstaq / Modules / HotTestElementOptions
Class: HotTestElementOptions
Hot test element options.
Implements​
Table of contents​
Constructors​
Properties​
Constructors​
constructor​
• new HotTestElementOptions(copy?
)
Parameters​
Name | Type |
---|---|
copy | IHotTestElementOptions |
Defined in​
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​
mustBeVisible​
• mustBeVisible: boolean
Indicates that the test element must be visible in order to select it.
Implementation of​
IHotTestElementOptions.mustBeVisible