Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Input options for the ‘selectOption’ mutation.

Definition

input SelectOptionOptions {
  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 and options to be available. Defaults to a global timeout.