We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffcfb7 commit 7a84581Copy full SHA for 7a84581
lib/StagehandPage.ts
@@ -1,4 +1,9 @@
1
-import type { CDPSession, Page as PlaywrightPage, Frame } from "playwright";
+import type {
2
+ CDPSession,
3
+ Page as PlaywrightPage,
4
+ Frame,
5
+ ElementHandle,
6
+} from "playwright";
7
import { selectors } from "playwright";
8
import { z } from "zod/v3";
9
import { Page, defaultExtractSchema } from "../types/page";
0 commit comments