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

Interface ResolvedScrcpyOptions

packages/android/src/scrcpy-manager.ts:98–102  ·  view source on GitHub ↗

* Required options after applying defaults

Source from the content-addressed store, hash-verified

96 * Required options after applying defaults
97 */
98interface ResolvedScrcpyOptions {
99 maxSize: number;
100 videoBitRate: number;
101 idleTimeoutMs: number;
102}
103
104export class ScrcpyScreenshotManager {
105 private adb: Adb;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected