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.

Specifies the mouse button to be used for click actions.

Definition

enum MouseButton {
  LEFT
  RIGHT
  MIDDLE
}

Values

LEFT

The primary mouse button, usually the left button. The secondary mouse button, usually the right button.

MIDDLE

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