Skip to content

Commit

Permalink
strict = False
Browse files Browse the repository at this point in the history
  • Loading branch information
recursix committed Oct 18, 2024
1 parent 4bc8425 commit 21c6063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HighLevelActionSetArgs(DataClassJsonMixin):
subsets: tuple[HighLevelActionSet.ActionSubset]
# custom_actions: list[callable] | None # non-serializable argument, not supported
multiaction: bool = False
strict: bool = True
strict: bool = False
retry_with_force: bool = False
demo_mode: Literal["off", "default", "all_blue", "only_visible_elements"] = "off"

Expand Down

0 comments on commit 21c6063

Please sign in to comment.