worker-automate-hub 0.5.48__py3-none-any.whl → 0.5.49__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -231,7 +231,7 @@ class EMSys:
231
231
  await worker_sleep(2)
232
232
 
233
233
  async def select_tipo_cobranca(self):
234
- # await worker_sleep(3)
234
+ await worker_sleep(3)
235
235
  # pyautogui.click(632, 384)
236
236
 
237
237
  console.print("Navegando pela Janela de Nota Fiscal de Entrada...\n")
@@ -242,7 +242,10 @@ class EMSys:
242
242
  console.print("Acessando a aba de Pagamentos... \n")
243
243
  panel_TPage = main_window.child_window(class_name="TPage", title="Formulario")
244
244
  panel_TTabSheet = panel_TPage.child_window(class_name="TcxCustomInnerTreeView")
245
- panel_TTabSheet.wait("visible")
245
+ try:
246
+ panel_TTabSheet.wait("visible")
247
+ except:
248
+ await worker_sleep(2)
246
249
  panel_TTabSheet.click()
247
250
  send_keys("{DOWN " + ("2") + "}")
248
251
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.48
3
+ Version: 0.5.49
4
4
  Summary: Worker Automate HUB é uma aplicação para automatizar rotinas de RPA nos ambientes Argenta.
5
5
  Author: Joel Paim
6
6
  Requires-Python: >=3.12,<4.0
@@ -74,9 +74,9 @@ worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1
74
74
  worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
75
75
  worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
76
76
  worker_automate_hub/utils/util.py,sha256=cSL2cugYRk5SxSUsV94sVSIhhNCtolW9U2YN2-wbJ6M,155003
77
- worker_automate_hub/utils/utils_nfe_entrada.py,sha256=ZTb1XoKWZY7coXt06iIE8KI56N6AguhZv5DEPX2qUu8,31862
77
+ worker_automate_hub/utils/utils_nfe_entrada.py,sha256=iYpOs7fb7C3bY61QHySr00xlDNzrrCP0zaexOpBPuaQ,31930
78
78
  worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
79
- worker_automate_hub-0.5.48.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
80
- worker_automate_hub-0.5.48.dist-info/METADATA,sha256=7aRune47Un3VYlUteparhaPT-2NeJcU_zJo25HBilww,2894
81
- worker_automate_hub-0.5.48.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
82
- worker_automate_hub-0.5.48.dist-info/RECORD,,
79
+ worker_automate_hub-0.5.49.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
80
+ worker_automate_hub-0.5.49.dist-info/METADATA,sha256=jEOfdi0vS7Dv6Qml3IbEo-DY_nOpU-QnV9Ng7A5xtgA,2894
81
+ worker_automate_hub-0.5.49.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
82
+ worker_automate_hub-0.5.49.dist-info/RECORD,,