support magic link login (#3702)
This commit is contained in:
@@ -260,6 +260,11 @@ class KeypressAction(Action):
|
||||
duration: int = 0
|
||||
|
||||
|
||||
class GotoUrlAction(Action):
|
||||
action_type: ActionType = ActionType.GOTO_URL
|
||||
url: str
|
||||
|
||||
|
||||
class MoveAction(Action):
|
||||
action_type: ActionType = ActionType.MOVE
|
||||
x: int
|
||||
|
||||
Reference in New Issue
Block a user