Input options for the ‘selectText’ mutation.

Definition

input SelectTextOptions {
  force: Boolean
  timeout: Int
}

Fields

force

Boolean Whether to bypass normal actionability checks. Defaults to false.

timeout

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