Skip to content

Commit aa7ae85

Browse files
committed
rm getShadowRootHandle
1 parent 7a84581 commit aa7ae85

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/StagehandPage.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
CDPSession,
3-
Page as PlaywrightPage,
4-
Frame,
5-
ElementHandle,
6-
} from "playwright";
1+
import type { CDPSession, Page as PlaywrightPage, Frame } from "playwright";
72
import { selectors } from "playwright";
83
import { z } from "zod/v3";
94
import { Page, defaultExtractSchema } from "../types/page";

0 commit comments

Comments
 (0)