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 7a84581 commit aa7ae85Copy full SHA for aa7ae85
lib/StagehandPage.ts
@@ -1,9 +1,4 @@
1
-import type {
2
- CDPSession,
3
- Page as PlaywrightPage,
4
- Frame,
5
- ElementHandle,
6
-} from "playwright";
+import type { CDPSession, Page as PlaywrightPage, Frame } from "playwright";
7
import { selectors } from "playwright";
8
import { z } from "zod/v3";
9
import { Page, defaultExtractSchema } from "../types/page";
0 commit comments