filter labels for elements covered by opaque overlays
Uses elementsFromPoint() to check if element is blocked by opaque overlays (modals, cookie banners, etc.). Skips elements where an opaque element with pointer-events appears above the target in the stacking order. Correctly shows only visible, interactable elements.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
"@modelcontextprotocol/sdk": "^1.21.1",
|
||||
"cac": "^6.7.14",
|
||||
"chalk": "^5.6.2",
|
||||
"colord": "^2.9.3",
|
||||
"devtools-protocol": "^0.0.1543509",
|
||||
"diff": "^8.0.2",
|
||||
"hono": "^4.10.6",
|
||||
|
||||
Reference in New Issue
Block a user