# ポップアップウィンドウが抽出エリアを覆っている

![スクリーンショット](/files/f5f541936a44039836f7e92611a1315fa1cae4b2)

エラースクリーンショットで、対象ページのデータエリアの上にポップアップ、広告、通知ウィンドウ、またはその他の画面を覆う要素が表示される場合、システムが指定されたデータエリアを認識できず、エラーが発生した可能性があります。

#### ✅ 解決方法 <a href="#how-to-fix" id="how-to-fix"></a>

* \*\*【設定 (Settings) → アクションスクリプト (Action Script)】\*\*にポップアップを閉じるクリックコマンドを追加してください。（例：「閉じる」、「×」、「OK」などのテキストやクラス名に基づいてクリックコマンドを入力）

![アクションスクリプト例](/files/92dc9f7bcea1f19252913908a75b87914949a73f)

→ 上記のコードは例であり、サイト構造によっては実際の適用時に修正が必要な場合があります。ただし、「特定の要素を1回クリック」のような比較的シンプルなアクションの場合は、そのボタンのCSSセレクター (CSS Selector) 値を確認した後、「この要素をクリックするJavaScriptコードを教えて」のような質問をAIツール（例：GPT、Claude、Perplexityなど）に入力することで、必要なスクリプトを簡単に生成できます。

{% 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/ja/~/revisions/ms2wMhVhK1XeWg18p8eO/support/solutions-by-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.
