MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / get

Method get

src/devtools/DevtoolsUtils.ts:177–179  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

175 }
176
177 get(page: Page): TargetUniverse | null {
178 return this.#universes.get(page) ?? null;
179 }
180
181 dispose() {
182 this.#browser.off('targetcreated', this.#onTargetCreated);

Callers 15

getDevToolsUniverseMethod · 0.45
newPageMethod · 0.45
getPageIdMethod · 0.45
#getMcpPageMethod · 0.45
getAXNodeByUidMethod · 0.45
createPagesSnapshotMethod · 0.45
#getAllPagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected