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

# MouseButton

Specifies the mouse button to be used for click actions.

## Definition

```graphql theme={null}
enum MouseButton {
  LEFT
  RIGHT
  MIDDLE
}
```

## Values

### `LEFT`

The primary mouse button, usually the left button.

### `RIGHT`

The secondary mouse button, usually the right button.

### `MIDDLE`

The auxiliary mouse button, usually the middle button (scroll wheel click).
