worker-automate-hub 0.5.607__py3-none-any.whl → 0.5.609__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.
- worker_automate_hub/tasks/jobs/cte_xml.py +2 -5
- worker_automate_hub/tasks/jobs/entrada_de_notas_9000.py +1346 -0
- worker_automate_hub/tasks/task_definitions.py +3 -2
- {worker_automate_hub-0.5.607.dist-info → worker_automate_hub-0.5.609.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.607.dist-info → worker_automate_hub-0.5.609.dist-info}/RECORD +7 -6
- {worker_automate_hub-0.5.607.dist-info → worker_automate_hub-0.5.609.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.607.dist-info → worker_automate_hub-0.5.609.dist-info}/entry_points.txt +0 -0
@@ -282,9 +282,7 @@ async def janela_conhecimento_frete(cte):
|
|
282
282
|
|
283
283
|
try:
|
284
284
|
# Clicar no botão - para apagar registro se existir
|
285
|
-
main_window.child_window(
|
286
|
-
class_name="TDBIBitBtn", found_index=4
|
287
|
-
).click()
|
285
|
+
main_window.child_window(class_name="TDBIBitBtn", found_index=4).click()
|
288
286
|
|
289
287
|
await worker_sleep(2)
|
290
288
|
|
@@ -387,7 +385,6 @@ async def importar_cte_xml(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO
|
|
387
385
|
)
|
388
386
|
|
389
387
|
await kill_all_emsys()
|
390
|
-
|
391
388
|
|
392
389
|
app = Application(backend="win32").start("C:\\Rezende\\EMSys3\\EMSys3_35.exe")
|
393
390
|
warnings.filterwarnings(
|
@@ -424,7 +421,7 @@ async def importar_cte_xml(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO
|
|
424
421
|
await importar_xml_conhecimento()
|
425
422
|
await selecionar_xml(cte)
|
426
423
|
await janela_conhecimento_frete(cte)
|
427
|
-
await worker_sleep(
|
424
|
+
await worker_sleep(8)
|
428
425
|
try:
|
429
426
|
await janela_information()
|
430
427
|
except:
|