> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CaptchaSolveAction

> Solve a CAPTCHA challenge on the current page

CRITICAL: Use this action as soon as you notice a captcha.

**Example:**

```python theme={null}
session.execute(type="captcha_solve", captcha_type="recaptcha")
session.execute(type="captcha_solve")  # Auto-detect captcha type
```

## Fields

<ParamField path="type" type="Literal['captcha_solve']" default="captcha_solve" />

<ParamField path="category" type="str" default="Special Browser Actions" />

<ParamField path="description" type="str" default="Solve a CAPTCHA challenge on the current page. CRITICAL: Use this action as soon as you notice a captcha" />

<ParamField path="captcha_type" type="Literal['recaptcha', 'hcaptcha', 'image', 'text', 'auth0', 'cloudflare', 'datadome', 'arkose labs', 'geetest', 'press&hold', 'unknown'] | None" />

## Module

`notte_core.actions.actions`
