worker-automate-hub 0.5.681__py3-none-any.whl → 0.5.682__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.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py +6 -6
- {worker_automate_hub-0.5.681.dist-info → worker_automate_hub-0.5.682.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.681.dist-info → worker_automate_hub-0.5.682.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.681.dist-info → worker_automate_hub-0.5.682.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.681.dist-info → worker_automate_hub-0.5.682.dist-info}/entry_points.txt +0 -0
|
@@ -589,7 +589,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
589
589
|
main_window.set_focus()
|
|
590
590
|
main_window.child_window(class_name="TButton", found_index=1).click_input()
|
|
591
591
|
|
|
592
|
-
await worker_sleep(
|
|
592
|
+
await worker_sleep(12)
|
|
593
593
|
|
|
594
594
|
# Clicar no aviso
|
|
595
595
|
try:
|
|
@@ -599,7 +599,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
599
599
|
box.set_focus()
|
|
600
600
|
box.child_window(class_name="TBitBtn", found_index=0).click_input()
|
|
601
601
|
print("Clicou no botão 'TBitBtn'.")
|
|
602
|
-
await worker_sleep(
|
|
602
|
+
await worker_sleep(5)
|
|
603
603
|
except:
|
|
604
604
|
pass
|
|
605
605
|
await worker_sleep(5)
|
|
@@ -610,7 +610,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
610
610
|
form.set_focus()
|
|
611
611
|
form.child_window(class_name="TButton", found_index=1).click_input()
|
|
612
612
|
print("Clicou no botão de confirmação.")
|
|
613
|
-
await worker_sleep(
|
|
613
|
+
await worker_sleep(5)
|
|
614
614
|
except:
|
|
615
615
|
pass
|
|
616
616
|
await worker_sleep(5)
|
|
@@ -621,7 +621,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
621
621
|
form.set_focus()
|
|
622
622
|
form.child_window(class_name="TButton", found_index=0).click_input()
|
|
623
623
|
print("Clicou no botão de confirmação.")
|
|
624
|
-
await worker_sleep(
|
|
624
|
+
await worker_sleep(5)
|
|
625
625
|
except:
|
|
626
626
|
pass
|
|
627
627
|
await worker_sleep(5)
|
|
@@ -632,7 +632,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
632
632
|
form.set_focus()
|
|
633
633
|
form.child_window(class_name="TButton", found_index=1).click_input()
|
|
634
634
|
print("Clicou no botão de confirmação.")
|
|
635
|
-
await worker_sleep(
|
|
635
|
+
await worker_sleep(5)
|
|
636
636
|
except:
|
|
637
637
|
pass
|
|
638
638
|
await worker_sleep(5)
|
|
@@ -643,7 +643,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
643
643
|
form.set_focus()
|
|
644
644
|
form.child_window(class_name="TButton", found_index=0).click_input()
|
|
645
645
|
print("Clicou no botão de confirmação.")
|
|
646
|
-
await worker_sleep(
|
|
646
|
+
await worker_sleep(5)
|
|
647
647
|
except:
|
|
648
648
|
pass
|
|
649
649
|
await worker_sleep(5)
|
|
@@ -36,7 +36,7 @@ worker_automate_hub/models/dto/rpa_sap_dto.py,sha256=eovdvKCtVIhRct3PL98KjsdlngL
|
|
|
36
36
|
worker_automate_hub/models/dto/rpa_sistema_dto.py,sha256=sLkmJei8x6sl-1-IXUKDmYQuKx0sotYQREPyhQqPmRg,161
|
|
37
37
|
worker_automate_hub/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
worker_automate_hub/tasks/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=
|
|
39
|
+
worker_automate_hub/tasks/jobs/abertura_livros_fiscais.py,sha256=n_ZEAHkDQUEoy1UEbNezNBSYdMdFB88cXfH51sql_C4,29784
|
|
40
40
|
worker_automate_hub/tasks/jobs/coleta_dje_process.py,sha256=UkLWTC5Ub2qBb0yY-8IZ0DLLOVJOfNTq_z9krx_t25Q,29476
|
|
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
|
|
@@ -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=L_z1Aps6BFWl-6_Ibm45vDid1S4kFDz5O78N2uO1Rq0,36458
|
|
100
100
|
worker_automate_hub/worker.py,sha256=axdrr1xLTjWEyWfcyH3OCSpPTsyzck_fL_0u1DBLjvw,6525
|
|
101
|
-
worker_automate_hub-0.5.
|
|
102
|
-
worker_automate_hub-0.5.
|
|
103
|
-
worker_automate_hub-0.5.
|
|
104
|
-
worker_automate_hub-0.5.
|
|
101
|
+
worker_automate_hub-0.5.682.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
|
102
|
+
worker_automate_hub-0.5.682.dist-info/METADATA,sha256=IEFUyE77yxfHDK7nyNWuspRyrGFK0z9-N16IAO63xl4,3049
|
|
103
|
+
worker_automate_hub-0.5.682.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
104
|
+
worker_automate_hub-0.5.682.dist-info/RECORD,,
|
|
File without changes
|
{worker_automate_hub-0.5.681.dist-info → worker_automate_hub-0.5.682.dist-info}/entry_points.txt
RENAMED
|
File without changes
|