Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ pages
Function
pages
tests/utils.ts:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
const
pages = [getMockPage()];
360
return
{
361
pages() {
362
return
Promise.resolve(pages);
363
},
364
...mockListener(),
365
} as Browser;
366
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected