Skip to content

Commit

Permalink
selenium: wait_for_anything default exact_match to False
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Oct 7, 2024
1 parent b55e6e6 commit 826b806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/integrations/seleniumWrapper/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def wait_for_anything(
value: str = None,
by: selenium.webdriver.common.by.By = None,
case_sensitive: bool = False,
exact_match: bool = True,
exact_match: bool = False,
timeout: int = 30,
return_first: bool = False,
**kwargs) -> list:
Expand Down

0 comments on commit 826b806

Please sign in to comment.