# 设置 - 自动点击

## 什么是自动点击？

<figure><img src="/files/4b657bfcebe5da4c1e935c9d52eae0700f98dec7" alt=""><figcaption></figcaption></figure>

当您需要**持续点击按钮**才能在要提取的页面上查看更多产品信息时，使用此功能。

{% hint style="info" %}
**快速入门**

➡️ 提取数据 ➡️ 设置 ➡️ 输入要自动点击的元素（CSS 选择器）➡️ 选择自动点击选项 ➡️ 保存 ➡️ 重新提取数据
{% endhint %}

***

## 使用方法

{% stepper %}
{% step %}
**提取您想要的页面。**

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

{% step %}
**在结果窗口中，**<mark style="color:red;">**➊**</mark>**&#x20;选择要提取的数据区域，然后&#x20;**<mark style="color:red;">**➊**</mark>**&#x20;点击浏览器设置区域。**

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

{% step %}
**从提取的网页复制 \[Load More] 按钮的 CSS 选择器值。**

<figure><img src="/files/7c8806abc4b60e7bd649861e320b58d1a668bd82" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**参考**：[如何获取 CSS 选择器值](https://help.listly.io/docs/zh-hans/~/revisions/kXguiYLELsdptOakt4OC/getting-started/extension-features/css-selector)
{% endhint %}
{% endstep %}

{% step %}
**将 CSS 选择器值粘贴到设置窗口的 Element to Auto-Click 字段中，选择其他选项，然后 Save。**

<figure><img src="/files/4c93987152a215a7c1b2d0d8e4a602dc847724a8" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark> **Element to Auto-Click (CSS Selector)**：输入 Load More 按钮的 CSS 选择器值。

<mark style="color:red;">**➋**</mark> **Number of Repetitions**：设置按钮将被点击的次数。例如，如果设置为"10 次"，它将检索相当于点击"Load More"按钮 10 次的数据。

<mark style="color:red;">**➌**</mark> **Wait Time**：设置点击按钮后等待的秒数。根据页面加载速度慷慨设置。

<mark style="color:red;">**➍**</mark> **Execution Time**：显示基于上述设置的预计提取时间。但是，最大执行时间为 10 分钟，超过可能会自动停止提取，因此请适当设置重复次数以在 10 分钟内完成。
{% endstep %}

{% step %}
**点击 Re-extract 按钮。**

<figure><img src="/files/b163b3f7e2bee4a41d807c4ca326c9b9b6e07c6c" 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/zh-hans/getting-started/databoard-features/she-zhi-zi-dong-dian-ji.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.
