Skip to content

Commit

Permalink
selenium: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Oct 8, 2024
1 parent b96299a commit 5f64e0f
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 @@ -937,8 +937,8 @@ def wait_for_anything(
by: selenium.webdriver.common.by.By = None,
case_sensitive: bool = False,
exact_match: bool = False,
timeout: int = 30,
return_first: bool = False,
timeout: int = 30,
**kwargs) -> list:
"""wait for anything"""
logger.debug(
Expand Down

0 comments on commit 5f64e0f

Please sign in to comment.