browser_overlay_detect
Detect overlay elements on web pages, including popups and cookie banners, by analyzing z-index and coverage area. Returns a list with suggestions for removal or adjustment.
Instructions
遮挡物检测 - 在 DOM 层面自动检测页面上的遮挡元素(弹窗、Cookie横幅、浮层、色块遮挡等),分析 z-index、position、覆盖面积等属性,返回遮挡物列表和建议
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 输出格式:json(默认结构化数据)或 html(HTML 报告) | json |