mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-04-25 17:09:10 +00:00
add move action in frontend (#2143)
This commit is contained in:
parent
4a9ecd0cd2
commit
0a6d366f82
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,7 @@ export const ActionTypes = {
|
|||
ReloadPage: "reload_page",
|
||||
KeyPress: "keypress",
|
||||
Scroll: "scroll",
|
||||
Move: "move",
|
||||
} as const;
|
||||
|
||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||
|
@ -198,6 +199,7 @@ export const ReadableActionTypes: {
|
|||
reload_page: "Reload Page",
|
||||
keypress: "Press Keys",
|
||||
scroll: "Scroll",
|
||||
move: "Move",
|
||||
};
|
||||
|
||||
export type Option = {
|
||||
|
|
Loading…
Add table
Reference in a new issue