MCPcopy
hub / github.com/web-infra-dev/midscene / PlaygroundSidecar

Interface PlaygroundSidecar

packages/playground/src/platform.ts:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95export interface PlaygroundSidecar {
96 id: string;
97 start(): void | Promise<void>;
98 stop?(): void | Promise<void>;
99}
100
101export type PlaygroundRecorderSourceKind = MidsceneRecorderSourceKind;
102

Callers 9

ensureConnectedMethod · 0.65
executeFilesMethod · 0.65
connectMethod · 0.65
startScrcpyMethod · 0.65
runExportBrandedVideoFunction · 0.65
startPreparedSidecarsFunction · 0.65
startSidecarsMethod · 0.65
stopProducerInternalMethod · 0.65
stopSidecarsMethod · 0.65

Implementers 3

TTYWindowRendererpackages/cli/src/tty-renderer.ts
EventRecorderpackages/recorder/src/recorder.ts
WDAManagerpackages/webdriver/src/managers/WDAMan

Calls

no outgoing calls

Tested by

no test coverage detected