Skip to content

Commit

Permalink
[selenium] minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jan 12, 2025
1 parent bb97820 commit 50cd48c
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 @@ -539,7 +539,7 @@ def find_all_with_beautifulsoup(
string=None,
limit=None,
ignore_case=True,
**kwargs):
**kwargs) -> list:
"""find all with BeautifulSoup"""

string_compiled = re.compile(string)
Expand Down

0 comments on commit 50cd48c

Please sign in to comment.