Alex Rudenko
Alex Rudenko
Thanks for reporting, the args ``` "--no-sandbox", "--disable-setuid-sandbox", ``` have no effect here because the MCP server does not forward all args to Chrome. Have you tried adding the `--headless`...
The tools contain descriptions on how to use them: https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/src/tools/snapshot.ts#L14 specifically it says "Always use the latest snapshot". Could you please provide details about which model are you using? We...
Would clarifying that the `page content` is indeed the latest snapshot be helpful https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/579/files?
@sebastianbenz would you be able to test with this model to see how it works? (ideally with the fix in https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/579)
Right now the Recorder panel is not integrated with the MCP server.
Hi, the steps to creating replay extensions are documented here https://github.com/puppeteer/replay?tab=readme-ov-file#create-a-chrome-extension-for-recorder-available-from-chrome-104-onwards You would not be able to replay it in the user's browser from the extension but you can replay...
> I'm not sure if that was intentional for sets. If it is we should call it out. cc [@OrKoN](https://github.com/OrKoN) for https://infra.spec.whatwg.org/#set-equal it was intentional that it does not take...
cc @natorion