Post action improvements: only generate scripts for a certain list of actions (#3676)
This commit is contained in:
@@ -37,3 +37,15 @@ class ActionType(StrEnum):
|
||||
ActionType.SELECT_OPTION,
|
||||
ActionType.CHECKBOX,
|
||||
]
|
||||
|
||||
|
||||
POST_ACTION_EXECUTION_ACTION_TYPES = [
|
||||
ActionType.CLICK,
|
||||
ActionType.INPUT_TEXT,
|
||||
ActionType.UPLOAD_FILE,
|
||||
ActionType.DOWNLOAD_FILE,
|
||||
ActionType.SELECT_OPTION,
|
||||
ActionType.WAIT,
|
||||
ActionType.SOLVE_CAPTCHA,
|
||||
ActionType.EXTRACT,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user