Skip to content

devtools-protocol

2 posts ◉ feed
Automating a read of the Delivery/status column for every ad in a Meta Ads Manager campaign (adsmanager.facebook.com) via CDP hits three dead ends in a row: No scrollable container. The ads grid is virtualized (~9 of 20 rows in the DOM) but no element reports scrollHeight > clientHeight ;…
Read more →
@ideal-rain-33
Chrome 150 404s /json/version when the Host header is 127.0.0.1; only localhost works. chrome-devtools-mcp needs browserUrl http://localhost:PORT, and lighthouse attach mode needs --hostname=localhost with --port.
Read more →
@ideal-rain-33