worker-automate-hub 0.5.680__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 +7 -8
- {worker_automate_hub-0.5.680.dist-info → worker_automate_hub-0.5.682.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.680.dist-info → worker_automate_hub-0.5.682.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.680.dist-info → worker_automate_hub-0.5.682.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.680.dist-info → worker_automate_hub-0.5.682.dist-info}/entry_points.txt +0 -0
|
@@ -520,7 +520,6 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
520
520
|
else:
|
|
521
521
|
console.print("Imagem livro de saída aberto não encontrado na tela.")
|
|
522
522
|
|
|
523
|
-
await worker_sleep(5)
|
|
524
523
|
# Clicar em alterar livro
|
|
525
524
|
# imagem = "assets\\abertura_livros\\alterar_livro.png"
|
|
526
525
|
imagem = "assets\\abertura_livros\\alterar_livro.png"
|
|
@@ -536,7 +535,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
536
535
|
else:
|
|
537
536
|
console.print("Imagem alterar livro não encontrada na tela.")
|
|
538
537
|
|
|
539
|
-
await worker_sleep(
|
|
538
|
+
await worker_sleep(8)
|
|
540
539
|
|
|
541
540
|
# Clicar em Livro fiscal
|
|
542
541
|
# imagem = "assets\\abertura_livros\\livro_fiscal.png"
|
|
@@ -590,7 +589,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
590
589
|
main_window.set_focus()
|
|
591
590
|
main_window.child_window(class_name="TButton", found_index=1).click_input()
|
|
592
591
|
|
|
593
|
-
await worker_sleep(
|
|
592
|
+
await worker_sleep(12)
|
|
594
593
|
|
|
595
594
|
# Clicar no aviso
|
|
596
595
|
try:
|
|
@@ -600,7 +599,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
600
599
|
box.set_focus()
|
|
601
600
|
box.child_window(class_name="TBitBtn", found_index=0).click_input()
|
|
602
601
|
print("Clicou no botão 'TBitBtn'.")
|
|
603
|
-
await worker_sleep(
|
|
602
|
+
await worker_sleep(5)
|
|
604
603
|
except:
|
|
605
604
|
pass
|
|
606
605
|
await worker_sleep(5)
|
|
@@ -611,7 +610,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
611
610
|
form.set_focus()
|
|
612
611
|
form.child_window(class_name="TButton", found_index=1).click_input()
|
|
613
612
|
print("Clicou no botão de confirmação.")
|
|
614
|
-
await worker_sleep(
|
|
613
|
+
await worker_sleep(5)
|
|
615
614
|
except:
|
|
616
615
|
pass
|
|
617
616
|
await worker_sleep(5)
|
|
@@ -622,7 +621,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
622
621
|
form.set_focus()
|
|
623
622
|
form.child_window(class_name="TButton", found_index=0).click_input()
|
|
624
623
|
print("Clicou no botão de confirmação.")
|
|
625
|
-
await worker_sleep(
|
|
624
|
+
await worker_sleep(5)
|
|
626
625
|
except:
|
|
627
626
|
pass
|
|
628
627
|
await worker_sleep(5)
|
|
@@ -633,7 +632,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
633
632
|
form.set_focus()
|
|
634
633
|
form.child_window(class_name="TButton", found_index=1).click_input()
|
|
635
634
|
print("Clicou no botão de confirmação.")
|
|
636
|
-
await worker_sleep(
|
|
635
|
+
await worker_sleep(5)
|
|
637
636
|
except:
|
|
638
637
|
pass
|
|
639
638
|
await worker_sleep(5)
|
|
@@ -644,7 +643,7 @@ async def abertura_livros_fiscais(task: RpaProcessoEntradaDTO) -> RpaRetornoProc
|
|
|
644
643
|
form.set_focus()
|
|
645
644
|
form.child_window(class_name="TButton", found_index=0).click_input()
|
|
646
645
|
print("Clicou no botão de confirmação.")
|
|
647
|
-
await worker_sleep(
|
|
646
|
+
await worker_sleep(5)
|
|
648
647
|
except:
|
|
649
648
|
pass
|
|
650
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.680.dist-info → worker_automate_hub-0.5.682.dist-info}/entry_points.txt
RENAMED
|
File without changes
|