Input options for the ‘check’ and ‘uncheck’ mutations.

Definition

input CheckOptions {
  force: Boolean
  position: PointOptions
  timeout: Int
}

Fields

force: Boolean

Whether to bypass normal actionability checks. Defaults to false.

position: PointOptions

Specific point, relative to the element’s top-left corner, to click for checking/unchecking. Example: { x: 5, y: 5 }

timeout: Int

Maximum time in milliseconds to wait for the element to be checkable. Defaults to a global timeout.