Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jan 24, 2025
1 parent 0e9a5be commit a568f1e
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 @@ -863,7 +863,6 @@ def filling_date(self, shadow_root=None, container=None):

self.wait_blocker()
for i in range(3):
time.sleep(1)
self.click(date(), click_type=enum.ClickType(click_type))
ActionChains(self.driver).key_down(Keys.CONTROL).send_keys(Keys.HOME).key_up(Keys.CONTROL).perform()
ActionChains(self.driver).key_down(Keys.CONTROL).key_down(Keys.SHIFT).send_keys(
Expand All @@ -875,6 +874,7 @@ def filling_date(self, shadow_root=None, container=None):
if self.config.poui_login:
ActionChains(self.driver).send_keys(Keys.TAB * 2).perform()

time.sleep(1)
send_type += 1
if send_type > 3:
send_type = 1
Expand Down

0 comments on commit a568f1e

Please sign in to comment.