Alex Rudenko

Results 1196 comments of Alex Rudenko

We are already working on making it possible to re-use the DevTools frontend implementation via the MCP server. cc @natorion @szuend

I believe `--load-extension` was removed from Chrome around M142 https://chromium.googlesource.com/chromium/src/+/290ed8046692651ce76088914750cb659b65fb17%5E%21/chrome/browser/extensions/extension_service.cc We do plan to have the support for extension debugging making this a duplicate of https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/96 I believe.

Thanks for reporting but chrome-devtools-mcp supports cross-origin iframes as it is based on Puppeteer. E.g., you can expect the content from the iframes to be included into the snapshots. Is...

This might be unrelated to the OOPIF support. The snapshot only returns accessible page elements unless queried with `verbose=true`. Presentational content is usually omitted. Here is an example of the...

Could you please sign the CLA?

Thanks for reporting, do you have steps to reproduce? Which process is timing out for you? is the dialog caused by a script evaluation tool call or by input?