Skip to content

Commit 582998a

Browse files
committed
revert removal of params
1 parent 7898275 commit 582998a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/stagehand.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export interface ActOptions {
116116
domSettleTimeoutMs?: number;
117117
timeoutMs?: number;
118118
iframes?: boolean;
119+
frameId?: string;
119120
}
120121

121122
export interface ActResult {
@@ -136,6 +137,7 @@ export interface ExtractOptions<T extends z.AnyZodObject> {
136137
useTextExtract?: boolean;
137138
selector?: string;
138139
iframes?: boolean;
140+
frameId?: string;
139141
}
140142

141143
export type ExtractResult<T extends z.AnyZodObject> = z.infer<T>;
@@ -152,6 +154,7 @@ export interface ObserveOptions {
152154
onlyVisible?: boolean;
153155
drawOverlay?: boolean;
154156
iframes?: boolean;
157+
frameId?: string;
155158
}
156159

157160
export interface ObserveResult {

0 commit comments

Comments
 (0)