Skip to content

VM Code SDK v2 / CheckOptions

Type alias: CheckOptions

CheckOptions: object & SelectOptionOptions

Type declaration

position?

optional position: object

A point to use relative to the top-left corner of element padding box. If not specified, uses some visible point of the element.

position.x

x: number

position.y

y: number

trial?

optional trial: boolean

When set, this method only performs the actionability checks and skips the action. Defaults to false. Useful to wait until the element is ready for the action without performing it.