IHotTestElementOptions
hotstaq / Modules / IHotTestElementOptions
Interface: IHotTestElementOptions
Hot test element options.
Implemented by​
Table of contents​
Properties​
Properties​
ignoreMissingElementError​
• Optional
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.
Defined in​
mustBeVisible​
• Optional
mustBeVisible: boolean
Indicates that the test element must be visible in order to select it.