Alex Rudenko
Alex Rudenko
Thanks for the reminder about https://github.com/puppeteer/puppeteer/issues/6311, totally forgot about that one. So right now we added landmarks to be returned by default, and we added an option on the MCP...
I think having the root option is not very useful without some sort of filtering/pagination. In the next release, we will allow saving snapshots to a file so they could...
Iframes are included by default (there is no option to disable iframes).
It's off by default in Puppeteer but not in the MCP server https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/src/McpContext.ts#L481
I think adding an option to request full body might be good. Not sure if controlling the limit precisely would make sense.
> This should likely work similar to how we send back screenshots. If they are over a limit, we store them in a file. also a viable option
We currently do not support device emulation via the MCP server. I think it would work better once the emulation is done via the same CDP session (i.e., via the...
Thanks for filing a feature request first. Generally, we would want to extend the snapshot with DOM data for some use cases like styling debugging, but we want to engineer...
@natorion no, I don't think so. I think we would need to have dedicated args like in Puppeteer.
Thanks, yeah, I think we should automatically unmaximize the window to resize it. The emulation for devices is tracked in separate feature requests.