feat: add hover action support (#3994)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
This commit is contained in:
@@ -282,6 +282,11 @@ class WaitAction(Action):
|
||||
seconds: int = 20
|
||||
|
||||
|
||||
class HoverAction(WebAction):
|
||||
action_type: ActionType = ActionType.HOVER
|
||||
hold_seconds: float = 0.0
|
||||
|
||||
|
||||
class TerminateAction(DecisiveAction):
|
||||
action_type: ActionType = ActionType.TERMINATE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user