Skip to content

Commit

Permalink
take
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jan 21, 2025
1 parent 59d33a7 commit 487f3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@ def filling_date(self, shadow_root=None, container=None):
ActionChains(self.driver).key_down(Keys.CONTROL).key_down(Keys.SHIFT).send_keys(
Keys.END).key_up(Keys.CONTROL).key_up(Keys.SHIFT).perform()

self.take_screenshot(f'fill_data_before_send{click_type}_{time.time()}')
self.take_screenshot(f'fill_data_before_send{send_type}_{time.time()}')
self.try_send_keys(date, self.config.date, try_counter=send_type)
self.take_screenshot(f'fill_data_after_send{click_type}_{time.time()}')
self.take_screenshot(f'fill_data_after_send{send_type}_{time.time()}')

base_date_value = self.merge_date_mask(self.config.date, self.get_web_value(date()))
if self.config.poui_login:
Expand Down

0 comments on commit 487f3e8

Please sign in to comment.