worker-automate-hub 0.5.705__py3-none-any.whl → 0.5.706__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -706,7 +706,7 @@ async def descartes(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
706
706
  sucesso=False, retorno=log_msg, status=RpaHistoricoStatusEnum.Falha, tags=[RpaTagDTO(descricao=RpaTagEnum.Tecnico)]
707
707
  )
708
708
 
709
- await worker_sleep(2)
709
+ await worker_sleep(5)
710
710
 
711
711
  # Clica no botão "+" no canto superior esquerdo para lançar a pre-venda
712
712
  console.print(
@@ -787,7 +787,7 @@ async def descartes(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
787
787
  status=RpaHistoricoStatusEnum.Falha, tags=[RpaTagDTO(descricao=RpaTagEnum.Tecnico)]
788
788
  )
789
789
 
790
- screenshot_path = take_screenshot()
790
+ # screenshot_path = take_screenshot()
791
791
 
792
792
  # Message 'Deseja pesquisar pré-venda?'
793
793
  console.print(
@@ -837,6 +837,7 @@ async def descartes(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
837
837
  # retorno=log_msg,
838
838
  # status=RpaHistoricoStatusEnum.Falha)
839
839
 
840
+ await worker_sleep(5)
840
841
  pyautogui.moveTo(1200, 300)
841
842
 
842
843
  console.print("Verificando a mensagem: Confirmar transferencia...\n")
@@ -854,11 +855,11 @@ async def descartes(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
854
855
  console.log(
855
856
  "Cliclou em 'Sim' para cofirmar a pré-venda", style="bold green"
856
857
  )
857
- await worker_sleep(3)
858
+ await worker_sleep(8)
858
859
  pyautogui.click(956, 559)
859
860
  pyautogui.moveTo(1200, 300)
860
861
 
861
- await worker_sleep(5)
862
+ await worker_sleep(8)
862
863
  screenshot_path = take_screenshot()
863
864
  vencimento_message_primeira_parcela = take_target_position(
864
865
  screenshot_path, "vencimento"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: worker-automate-hub
3
- Version: 0.5.705
3
+ Version: 0.5.706
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
@@ -41,7 +41,7 @@ worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ
41
41
  worker_automate_hub/tasks/jobs/conexao_rdp.py,sha256=S6QC4xhuo0pB5FjaUJZNMm1LIgEjpjifReCTBDqxH-U,11719
42
42
  worker_automate_hub/tasks/jobs/cte_manual.py,sha256=JucHpRMjMiy-QEJ0wtFnytLpN53tKXgCDI05nGLGclU,603
43
43
  worker_automate_hub/tasks/jobs/cte_xml.py,sha256=m4BkJDgp95Vr3oqEh6wXeeb31qzZhRF2Sw0h_wsoL_k,15565
44
- worker_automate_hub/tasks/jobs/descartes.py,sha256=PAgsBA8A7cDDBp-WxsXt1l3hMfIgMHE0GZlES2xt79I,44453
44
+ worker_automate_hub/tasks/jobs/descartes.py,sha256=iHmFIFBYEgvoI648nntCrvT_LyoJZ_zFTyS6lJLsnPE,44486
45
45
  worker_automate_hub/tasks/jobs/devolucao_ctf.py,sha256=7tdUihaDqjIf7POjM79EqKG0w-qqXbhC6jq6hteavkw,250822
46
46
  worker_automate_hub/tasks/jobs/devolucao_ctf_35.py,sha256=e9t5k2mtZcUcEGKPWysbWzsH_gqrK-6aBXjWe2jWfTg,253948
47
47
  worker_automate_hub/tasks/jobs/devolucao_prazo_a_faturar.py,sha256=p6U8i2w65kQ395COz4QOoIzi0Iz3pAOrRuEvo1iGgwo,272582
@@ -98,7 +98,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
98
98
  worker_automate_hub/utils/util.py,sha256=xA13nQqZglwkvfAKH18Unv4UoZUyvL58CacSrzUpYTw,206352
99
99
  worker_automate_hub/utils/utils_nfe_entrada.py,sha256=Yy4vDY5Wiw0uopy43IRm9jUgF5g1aFXMGVtG-GtH2g4,37524
100
100
  worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
101
- worker_automate_hub-0.5.705.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
- worker_automate_hub-0.5.705.dist-info/METADATA,sha256=Gj7EXb5Veuv-gI84HfexgqfjGw6igsd31QwQTKNMcxQ,3049
103
- worker_automate_hub-0.5.705.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
- worker_automate_hub-0.5.705.dist-info/RECORD,,
101
+ worker_automate_hub-0.5.706.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
102
+ worker_automate_hub-0.5.706.dist-info/METADATA,sha256=_YH5JCZ2-c0rCRO-ctaY2dGSkzAKfDlxTgRzdIquaz0,3049
103
+ worker_automate_hub-0.5.706.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
+ worker_automate_hub-0.5.706.dist-info/RECORD,,