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 ‘act’ mutation.

Definition

input ActOptions {
  domSettleTimeout: Int
  timeout: Int
}

Fields

domSettleTimeout

Int Timeout in milliseconds to wait for the DOM to settle after an action within the sequence. Default is implementation-specific.

timeout

Int Maximum time in milliseconds for the entire ‘act’ sequence to complete. Default is implementation-specific.