MCPcopy
hub / github.com/Skyvern-AI/skyvern / RfbDisplay

Interface RfbDisplay

skyvern-frontend/src/novnc.d.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 export interface RfbDisplay {
14 autoscale(): void;
15 _scale: number;
16 }
17
18 export interface RFBOptions {
19 credentials?: { username?: string; password?: string };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected