Refs #2052 This change updates all the eval scenarios so that they work with and without experimentalPageIdRouting flag Co-authored-by: Samiya Caur <samiyac@chromium.org>
This PR adds two emulation attributes `viewport` and `userAgent` that allow emulating a mobile or a different desktop device. Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/272 Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/619 Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/410 Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/280 (the recommended way is to emulate via the MCP server instead of a parallel DevTools session)