# Configuración - clic automático

## ¿Qué es el Clic Automático?

<figure><img src="/files/db7b0900b757d12081c1ba3ab2936cb11df8dc99" alt=""><figcaption></figcaption></figure>

Es una función que se utiliza **cuando necesita seguir haciendo clic en un botón** para ver más información de productos en la página que desea extraer.

{% hint style="info" %}
**Guía Rápida**

➡️ Extraer datos ➡️ Configuración ➡️ Ingresar elemento para clic automático (Selector CSS) ➡️ Seleccionar opciones de clic automático ➡️ Guardar ➡️ Reextraer datos
{% endhint %}

***

## Método de Uso

{% stepper %}
{% step %}

#### Extraiga la página deseada.

<figure><img src="/files/a2e094f8c75f3f01c5bc2b5c0134199ae346cc1f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### En la ventana de resultados, <mark style="color:red;">➊</mark> seleccione el área de datos que desea extraer y luego <mark style="color:red;">➋</mark> haga clic en el área de configuración del navegador.

<figure><img src="/files/2916776a33dfa99b094e7d773740e1520f27e08f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Copie el valor del selector CSS del botón \[Ver más] de la página web extraída.

<figure><img src="/files/8dcd86b3309663c7fbe9aa572c6fec375b06977c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Referencia**: [Obtener valor de selector CSS](https://help.listly.io/docs/ko/getting-started/listly-basics/css-selector)
{% endhint %}
{% endstep %}

{% step %}

#### Pegue el valor del selector CSS en el elemento para clic automático dentro de la ventana de configuración, seleccione otras opciones y **guarde**.

<figure><img src="/files/2d6eccb952708215a3f623f298b0b0cc02ea2686" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark> **Elemento para clic automático (Selector CSS)**: Campo para ingresar el valor del selector CSS del botón Ver más.

<mark style="color:red;">**➋**</mark> **Número de repeticiones**: Establece cuántas veces se hará clic en ese botón. Por ejemplo, si se especifica '10 veces', obtendrá la cantidad de datos equivalente a hacer clic 10 veces en el botón 'Ver más'.

<mark style="color:red;">**➌**</mark> **Esperar brevemente**: Determina cuántos segundos esperar después de hacer clic en el botón. Configure generosamente de acuerdo con la velocidad de carga de la página.

<mark style="color:red;">**➍**</mark> **Tiempo de ejecución**: Muestra el tiempo de extracción estimado basado en los valores de configuración anteriores. Sin embargo, el tiempo máximo de ejecución es de 10 minutos, y si se excede, la extracción puede detenerse automáticamente, así que configure el número de repeticiones apropiadamente para que termine dentro de 10 minutos.
{% endstep %}

{% step %}

#### Haga clic en el botón **Reextraer**.

<figure><img src="/files/47ac1a9931860c8e4b76eae9be80ecb6eb683c43" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://help.listly.io/docs/es/getting-started/databoard-features/settings-auto-click.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.
