# 팝업창이 추출 영역을 가리고 있습니다.

<figure><img src="/files/5p4dxZcHjrnJfmg541un" alt=""><figcaption></figcaption></figure>

에러 스크린샷에 대상 페이지의 데이터 영역 위로 **팝업창, 광고, 알림창** 등 화면을 가리는 요소가 보인다면, 이로 인해 시스템이 지정된 **데이터 영역을 인식하지 못해** 오류가 발생했을 가능성이 큽니다.

### **✅ 해결방법**

* **\[설정 → 액션 스크립트]** 기능에서 팝업을 닫는 클릭 명령어를 추가합니다. *(예: ‘닫기’, ‘×’, ‘확인’ 등의 텍스트 또는 클래스명을 기준으로 클릭 명령 입력)*

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

*→ 위 코드는 예시이며, 사이트 구조에 따라 실제 적용을 위해 수정이 필요할 수 있습니다.*

*하지만, 이와 같이 ‘**특정 요소 1회 클릭**’과 같이 비교적 단순한 액션은 해당* [*버튼의 CSS Selector 값을 확인*](/docs/ko/getting-started/listly-basics/css-selector.md)*한 후, ‘**이 요소를 클릭하는 자바스크립트 코드를 알려줘**’와 같은 질문을 AI도구(예: GPT, Claude, Perplexity 등)에 입력하면 필요한 스크립트를 쉽게 생성해볼 수 있습니다.*

{% 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/ko/support/troubleshooting/popup-error.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.
