> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/ko/support/troubleshooting/auto-click-error.md).

# 에러코드-AutoClickError

<figure><img src="/files/1laMigv54ItjFRfHBh7L" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**AutoClickError**</mark>는 자동 클릭 설정 시 **잘못된 Selector 값을 입력한 경우** 발생하는 오류입니다.

### **✅ 해결방법(CSS Selector 입력 시)**

* 클릭할 버튼 요소를 선택한 후, **PARTS 창에서 자동으로 생성된 Selector 값을 복사해 붙여넣으세요.**

  리스틀리 PARTS 기능 업데이트 후 Selector 값을 손쉽게 가져올 수 있습니다.

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

* 만약 이 방식으로 값을 붙여넣었는데도 오류가 발생했다면, 클릭하려는 요소보다 **너무 작거나, 반대로 너무 넓은 영역**을 선택했을 가능성이 있습니다. → 적절한 크기의 버튼 영역을 다시 지정해보세요.

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

* \[참고] 일부 사이트는 실제로 클릭 가능한 영역이 시각적으로 보이는 요소와 다를 수 있으니, **버튼 내부의 핵심 요소**에 가까운 영역을 선택하는 것이 더 안정적입니다.

{% hint style="success" %}
**안내된 방법을 시도했음에도 해결이 어렵다면,** [**hello@listly.io**](mailto:hello@listly.io)**로 문의해 주세요. 정확한 원인 진단 후 해결을 도와드리겠습니다.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/ko/support/troubleshooting/auto-click-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
