Skip to content

Commit

Permalink
set highlight default is False
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
lqthang2204 committed Dec 1, 2024
1 parent eafec02 commit 685a43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/common_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def save_text_from_element(self, element_page, driver, key, dict_save_value, wai
element = self.get_element_by_from_device(element_page, device, driver)

# Scroll to the element if needed
self.scroll_to_element_by_js(element, driver, True, device['platformName'], True)
self.scroll_to_element_by_js(element, driver, True, device['platformName'], False)

# Get the value of the element
value = self.get_value_element_form_device(element, device, element_page, driver)
Expand Down

0 comments on commit 685a43c

Please sign in to comment.