> ## 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.

# ActOptions

Input options for the 'act' mutation.

## Definition

```graphql theme={null}
input ActOptions {
  domSettleTimeout: Int
  timeout: Int
}
```

## Fields

### `domSettleTimeout`

[Int](/reference/graphql/scalars/int)

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

### `timeout`

[Int](/reference/graphql/scalars/int)

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