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

Method kill

packages/protocol/src/channels.d.ts:4897–4897  ·  view source on GitHub ↗
(params?: DebugControllerKillParams, progress?: Progress)

Source from the content-addressed store, hash-verified

4895 hideHighlight(params?: DebugControllerHideHighlightParams, progress?: Progress): Promise<DebugControllerHideHighlightResult>;
4896 resume(params?: DebugControllerResumeParams, progress?: Progress): Promise<DebugControllerResumeResult>;
4897 kill(params?: DebugControllerKillParams, progress?: Progress): Promise<DebugControllerKillResult>;
4898}
4899export type DebugControllerInspectRequestedEvent = {
4900 selector: string,

Callers 15

killProcessFunction · 0.65
signals.spec.tsFile · 0.65
sigintMethod · 0.65
onExitFunction · 0.65
web-server.spec.tsFile · 0.65
onTestPausedMethod · 0.65
runner.spec.tsFile · 0.65

Implementers 2

DebugControllerpackages/playwright-core/src/server/de
DebugControllerDispatcherpackages/playwright-core/src/server/di

Calls

no outgoing calls

Tested by 5

onExitFunction · 0.52
onTestPausedMethod · 0.52
isAliveFunction · 0.52
isAliveFunction · 0.52
isAliveFunction · 0.52