# Recaptcha v3

## TIPO DE CAPTCHA

{% tabs %}
{% tab title="RECAPTCHA V3" %}
É o tipo que não é possível ver a olho nu, normalmente fica um indicativo em tela que é protegido por captcha.

<figure><img src="/files/RqkUEJUsMZ8p9lrlAHkq" alt=""><figcaption><p>Tipo de Captcha RECAPTCHA V3</p></figcaption></figure>
{% endtab %}
{% endtabs %}

## EXEMPLO

**Abrir navegador para resolver o Captcha Recaptcha V3.**

<details>

<summary>ITENS UTILIZADOS NO ROBÔ</summary>

* **Objetos:** [Abrir Navegador](/studio/geral/objetos/internet/navegacao-padrao/abrir-navegador.md)  - [Resolver Captcha](/studio/geral/objetos/internet/navegacao-padrao/resolver-captcha.md) - [Buscar Elementos](/studio/geral/objetos/internet/navegacao-padrao/buscar-elementos.md) - [Aguardar](/studio/geral/objetos/acoes-globais/aguardar.md) - [Fechar Navegador](/studio/geral/objetos/internet/navegacao-padrao/fechar-navegador.md)
* **Site:** <https://2captcha.com/pt/demo/recaptcha-v3>
* **Xpath:** \
  1\. Botão Verificar

</details>

<figure><img src="/files/cWqPsdSD5PvcaVvBtLol" alt=""><figcaption><p>Configuração Robô Exemplo RecaptchaV3</p></figcaption></figure>

**PASSO 1:** Configurar Abrir Navegador.

<figure><img src="/files/xJ6uHVM6OZ3dl2MippMx" alt=""><figcaption><p>Configuração Abrir Navegador</p></figcaption></figure>

**PASSO 2:** Configurar Resolver Captcha.

<figure><img src="/files/UoB2L2nosURYMGCvawQQ" alt=""><figcaption><p>Configuração Resolver Recaptcha V3</p></figcaption></figure>

**PASSO 3:** Configurar Buscar Elementos com Ação Clicar

<figure><img src="/files/tOdaiq99ldDxzHGsPqa9" alt=""><figcaption><p>Configuração Buscar Elementos com Ação Clicar</p></figcaption></figure>

**PASSO 4:** Executar o robô e verificar as ações.

<figure><img src="/files/W0UKaUg1mkajG2oyj0sT" alt=""><figcaption><p>Execução Sucesso Robô Exemplo Recaptcha V3</p></figcaption></figure>

{% hint style="info" %}
A resolução do Captcha demora alguns segundos, devido ao acesso com o provedor.
{% endhint %}

## Baixar o Robô

{% file src="/files/84uYW1Qk9lMRwdko65Io" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboteasy.tech/studio/geral/objetos/internet/navegacao-padrao/resolver-captcha/recaptcha-v3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
