# 彈出視窗遮蓋了擷取區域。

<figure><img src="/files/9379bee67cbd094124509e53c2d105609be5108e" alt=""><figcaption></figcaption></figure>

在錯誤截圖上，若有覆蓋在目標頁面資料區域上的彈出視窗、廣告、通知視窗或其他遮蔽畫面的元素，系統可能無法識別指定的資料區域，進而導致錯誤。

{% stepper %}
{% step %}

### ✅ 如何修復

在功能中加入關閉彈出視窗的點擊命令（例如根據「關閉」、「×」、「確定」等文字或類別名稱輸入點擊命令）。

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

→ 上述程式碼為範例，實際應用時可能需要依網站結構修改。但對於「點擊特定元素一次」等相對簡單的操作，您可以：

* 檢查該按鈕的 CSS 選擇器值（參考連結： <https://app.gitbook.com/o/Uu6AM3fgpZza0EpsJM4N/s/YGc5sjVBgcKnZgEEEkus/~~/edit/~~/changes/2/getting-started/overview-of-key-features/css-selector> ）
* 將「告訴我點擊此元素的 JavaScript 程式碼」這類問題輸入 AI 工具（例如 GPT、Claude、Perplexity 等），以生成必要腳本。
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
如果您嘗試了建議的方法仍無法解決問題，請聯絡 <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/zh-hant/support/solutions-by-extraction-error-message-zh-hant/dan-chu-shi-chuang-zhe-gai-le-xie-qu-qu-yu.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.
