> 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/support/troubleshooting-by-error-message/popup-window.md).

# A popup window is covering the extraction area

<figure><img src="/files/7q3kNslXHhFShg3Vdrp5" alt=""><figcaption></figcaption></figure>

On the error screenshot, over the data area of the target page **pop-ups, advertisements, notification windows** or other elements that cover the screen are visible, this may cause the system to not recognize the specified **data area** and an error is likely to have occurred.

#### **✅ How to fix** <a href="#how-to-fix" id="how-to-fix"></a>

* **\[Settings → Action Script]** Add a click command that closes the popup in the feature. *(e.g., enter a click command based on text or class names like ‘Close’, ‘×’, ‘OK’)*

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

*→ The above code is an example and may need to be modified for actual application depending on the site structure.However, for relatively simple actions like ‘**Click a specific element once**’, you can* [*check the CSS Selector value of that button*](https://help.listly.io/~/revisions/0fNj2nxt1SI8ayplcZXm/getting-started/extension-features/css-selector) *and then, ‘**Tell me the JavaScript code to click this element**’ — by entering a question like this into an AI tool (e.g., GPT, Claude, Perplexity, etc.), you can easily generate the necessary script.*&#x200B;

{% hint style="success" %}
**If you have tried the suggested method and still cannot resolve the issue, please contact us at** [**hello@listly.io**](mailto:hello@listly.io)**. We will help diagnose the exact cause and assist with a solution.**
{% 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/support/troubleshooting-by-error-message/popup-window.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.
