# 錯誤代碼 - AutoClickError

![error image](https://content.gitbook.com/content/QSPSOmaFPAz7khj6t7Ds/blobs/3TBi6OZBTSEpo7eA9okg/error%20code%201.png)

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

此錯誤發生於設定自動點擊時，**輸入了不正確的選擇器值**。

### ✅ 如何修復（輸入 CSS 選擇器時）

{% stepper %}
{% step %}

### 取得自動生成的選擇器值

* 選擇要點擊的按鈕元素後，**複製並貼上 PARTS 視窗中自動生成的選擇器值。**

  在 Listly PARTS 功能更新後，您可以輕鬆取得選擇器值。

![parts selector image](https://content.gitbook.com/content/QSPSOmaFPAz7khj6t7Ds/blobs/7Hrvr23Vk2eZKKeAR8fB/error%20code%202.png)
{% endstep %}

{% step %}

### 調整選取區域大小（若貼上後仍出錯）

* 如果您以上述方式貼上值後仍出現錯誤，可能是您選擇了**相對於要點擊的元素來說太小或相反太大的區域**。
* 請嘗試重新指定適當大小的按鈕區域。

![adjust area image](https://content.gitbook.com/content/QSPSOmaFPAz7khj6t7Ds/blobs/JlQ4n613emjA2Os5V2mm/error%20code%203.png)
{% 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-hant/support/faq-zh-hant/7.-yi-wang-ye-xie-qu-shi-bai-xun-xi-de-jie-jue-fang-an/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.
