feat(browser): add scrollintoview action
This commit is contained in:
@@ -36,6 +36,12 @@ export type BrowserActRequest =
|
||||
}
|
||||
| { kind: "press"; key: string; targetId?: string; delayMs?: number }
|
||||
| { kind: "hover"; ref: string; targetId?: string; timeoutMs?: number }
|
||||
| {
|
||||
kind: "scrollIntoView";
|
||||
ref: string;
|
||||
targetId?: string;
|
||||
timeoutMs?: number;
|
||||
}
|
||||
| {
|
||||
kind: "drag";
|
||||
startRef: string;
|
||||
|
||||
Reference in New Issue
Block a user