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

Interface WaitForEventsResult

src/WaitForHelper.ts:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204export interface WaitForEventsResult {
205 /**
206 * The URL the page navigated to during the action, if a navigation
207 * occurred.
208 */
209 navigatedToUrl?: string;
210}
211
212export function getNetworkMultiplierFromString(
213 condition: string | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…