Skip to content

Commit

Permalink
fix def
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jan 16, 2025
1 parent d94c5c7 commit 0b136b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@ def click_button_logoff(self, click_counter=None):

def web_scrap(self, term, scrap_type=enum.ScrapType.TEXT, optional_term=None, label=False, main_container=None,
check_error=True, check_help=True, input_field=True, direction=None, position=1, twebview=False,
second_term=None):
second_term=None, match_case=False):
"""
[Internal]
Expand Down

0 comments on commit 0b136b6

Please sign in to comment.