MCPcopy Index your code
hub / github.com/garrytan/gstack / setFrame

Method setFrame

browse/src/browser-manager.ts:1249–1251  ·  view source on GitHub ↗
(frame: import('playwright').Frame | null)

Source from the content-addressed store, hash-verified

1247
1248 // ─── Frame context (delegates to active session) ────────────
1249 setFrame(frame: import('playwright').Frame | null): void {
1250 this.getActiveSession().setFrame(frame);
1251 }
1252
1253 getFrame(): import('playwright').Frame | null {
1254 return this.getActiveSession().getFrame();

Callers 1

resumeMethod · 0.45

Calls 1

getActiveSessionMethod · 0.95

Tested by

no test coverage detected