# A popup window is covering the extraction area

<figure><img src="https://3090065457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoHfMCeMlqJPW61OR5d1%2Fuploads%2FBisnuZxR4YDssV6XpslV%2Ffail-screenshot.avif?alt=media&#x26;token=347525b3-0c4d-4f9f-8fd3-b396a8f88c14" 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="https://3090065457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoHfMCeMlqJPW61OR5d1%2Fuploads%2FB8KDl2JWjQ9JRgjIourt%2Faction-script.avif?alt=media&#x26;token=c3b571ae-f600-4aee-8005-e156800a99aa" 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: 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/support/solutions-by-extraction-error-message/popup-window.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.
