MCPcopy
hub / github.com/microsoft/playwright / log

Method log

packages/protocol/src/progress.d.ts:37–37  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

35 deadline: number;
36 disableTimeout(): void;
37 log(message: string): void;
38 race<T>(promise: Promise<T> | Promise<T>[]): Promise<T>;
39 wait(timeout: number): Promise<void>; // timeout = 0 here means "wait 0 ms", not forever.
40 signal: AbortSignal;

Callers 15

calculateDividerOffsetsFunction · 0.65
UIModeViewFunction · 0.65
socketRequestedMethod · 0.65
socketClosedMethod · 0.65
listenMethod · 0.65
closeMethod · 0.65
logFunction · 0.65
launchProcessFunction · 0.65
cleanupFunction · 0.65
gracefullyCloseFunction · 0.65
killProcessFunction · 0.65
killProcessAndCleanupFunction · 0.65

Calls

no outgoing calls

Tested by 14

onClickFunction · 0.52
logEventFunction · 0.52
onStepBeginMethod · 0.52
onTestPausedMethod · 0.52
onStepEndMethod · 0.52
onTestEndMethod · 0.52
onStdOutMethod · 0.52
_printErrorsMethod · 0.52
onEndMethod · 0.52
onBeginMethod · 0.52
onmessageMethod · 0.52
sendMethod · 0.52