# エラーコード - AutoClickError

![image](/files/ab0faff546ec227721dd047ce30002ba83bb8c0d)

**AutoClickError**

このエラーは、自動クリック (Auto-click) を設定する際に、**誤ったセレクター (Selector) 値が入力された場合**に発生します。

### ✅ 解決方法（CSSセレクターを入力する場合）

{% stepper %}
{% step %}

### セレクターを自動生成値で設定する

クリックするボタン要素を選択した後、**パーツ (PARTS) ウィンドウで自動生成されたセレクター値をコピーして貼り付けてください。**

リストリー (Listly) のパーツ (PARTS) 機能アップデート後、セレクター値を簡単に取得できます。

![image](/files/e739d18dc80d26917357fefe98b8e6c0eb3b4a18)
{% endstep %}

{% step %}

### 選択範囲のサイズを調整する

この方法で値を貼り付けてもエラーが発生する場合、クリックしたい要素に対して**範囲が小さすぎる、または逆に大きすぎる**エリアを選択した可能性があります。\
→ 適切なサイズのボタンエリアを再度指定してみてください。

![image](/files/7051331d497a9e232eaa706e883905b9212fd0e2)
{% 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/ja/~/revisions/ms2wMhVhK1XeWg18p8eO/support/solutions-by-error-message/error-code-2.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.
