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 7898275 commit 582998aCopy full SHA for 582998a
types/stagehand.ts
@@ -116,6 +116,7 @@ export interface ActOptions {
116
domSettleTimeoutMs?: number;
117
timeoutMs?: number;
118
iframes?: boolean;
119
+ frameId?: string;
120
}
121
122
export interface ActResult {
@@ -136,6 +137,7 @@ export interface ExtractOptions<T extends z.AnyZodObject> {
136
137
useTextExtract?: boolean;
138
selector?: string;
139
140
141
142
143
export type ExtractResult<T extends z.AnyZodObject> = z.infer<T>;
@@ -152,6 +154,7 @@ export interface ObserveOptions {
152
154
onlyVisible?: boolean;
153
155
drawOverlay?: boolean;
156
157
158
159
160
export interface ObserveResult {
0 commit comments