# 错误代码 - AutoClickError

<figure><img src="/files/42edf4415891517fb9465b9e65bbf5a506f71724" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**AutoClickError**</mark>

在设置自动点击时，**如果输入了不正确的选择器值**，就会发生此错误。

### ✅ 如何修复（输入 CSS 选择器时）

{% stepper %}
{% step %}

### 使用自动生成的选择器

* 选择要点击的按钮元素后，**复制并粘贴在部件窗口中自动生成的选择器值。**
* 在 Listly 部件功能更新后，您可以轻松获取选择器值。

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

{% step %}

### 调整选择区域大小

* 如果按上述方式粘贴值后仍然出现错误，可能是您选择了**相对于想要点击的元素来说太小或相反太大的区域**。
* 尝试重新指定大小合适的按钮区域。

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

{% step %}

### 选择更靠近核心元素的区域

* \[注意] 某些网站的可点击区域可能与视觉上可见的元素不同，因此**选择更接近按钮内核心元素的区域**更可靠。
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
**如果尝试了建议的方法后仍然难以解决，请通过** [**hello@listly.io**](mailto:hello@listly.io) **联系我们。我们将诊断确切原因并帮助解决。**
{% endhint %}


---

# 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/support/solutions-by-extraction-failure-message/cuo-wu-dai-ma-autoclickerror.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.
