feat: add hover action support (#3994)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
This commit is contained in:
@@ -70,6 +70,7 @@ from skyvern.webeye.actions.actions import (
|
||||
DragAction,
|
||||
ExtractAction,
|
||||
GotoUrlAction,
|
||||
HoverAction,
|
||||
InputTextAction,
|
||||
KeypressAction,
|
||||
LeftMouseAction,
|
||||
@@ -138,6 +139,7 @@ ACTION_TYPE_TO_CLASS = {
|
||||
ActionType.SELECT_OPTION: SelectOptionAction,
|
||||
ActionType.CHECKBOX: CheckboxAction,
|
||||
ActionType.WAIT: WaitAction,
|
||||
ActionType.HOVER: HoverAction,
|
||||
ActionType.SOLVE_CAPTCHA: SolveCaptchaAction,
|
||||
ActionType.RELOAD_PAGE: ReloadPageAction,
|
||||
ActionType.EXTRACT: ExtractAction,
|
||||
|
||||
Reference in New Issue
Block a user