worker-automate-hub 0.5.811__py3-none-any.whl → 0.5.812__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/opex_capex.py +1 -1
- {worker_automate_hub-0.5.811.dist-info → worker_automate_hub-0.5.812.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.811.dist-info → worker_automate_hub-0.5.812.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.811.dist-info → worker_automate_hub-0.5.812.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.811.dist-info → worker_automate_hub-0.5.812.dist-info}/entry_points.txt +0 -0
@@ -575,7 +575,7 @@ async def opex_capex(task: RpaProcessoEntradaDTO) -> RpaRetornoProcessoDTO:
|
|
575
575
|
|
576
576
|
# Tenta localizar a imagem na tela
|
577
577
|
while True:
|
578
|
-
local = pyautogui.locateCenterOnScreen(imagem, confidence=0.
|
578
|
+
local = pyautogui.locateCenterOnScreen(imagem, confidence=0.9) # 0.8 = 80% de precisão
|
579
579
|
if local:
|
580
580
|
pyautogui.click(local) # Clica no centro da imagem
|
581
581
|
print("Imagem encontrada e clicada!")
|
@@ -88,7 +88,7 @@ worker_automate_hub/tasks/jobs/lancamento_rateio.py,sha256=0cvbpuJiHl5mca5gpZudX
|
|
88
88
|
worker_automate_hub/tasks/jobs/login_emsys.py,sha256=dO9S027qRTtjOfytF6IWO-m6hDld8kZqOVAsn91l1YA,5684
|
89
89
|
worker_automate_hub/tasks/jobs/login_emsys_versao_especifica.py,sha256=_6CFh79eaW9KdPGR6FMV01ASPjJzNzzBK1MvC_uiSOo,5625
|
90
90
|
worker_automate_hub/tasks/jobs/notas_faturamento_sap.py,sha256=p6tVE027FHHXBxt2sIDxqLInpf_0wS-8TcACnS34p7w,13961
|
91
|
-
worker_automate_hub/tasks/jobs/opex_capex.py,sha256=
|
91
|
+
worker_automate_hub/tasks/jobs/opex_capex.py,sha256=OS7r1_tB6pKRL6YUzhsoDJYosSZPLVUynnz3l7dRM9g,36879
|
92
92
|
worker_automate_hub/tasks/jobs/playground.py,sha256=7vWDg9DwToHwGJ6_XOa8TQ6LmfRV5Qz2TaOV3q3P9sA,1918
|
93
93
|
worker_automate_hub/tasks/jobs/sped_fiscal.py,sha256=Zsq-IwKxA0b2tikO6Rri4WXVj10jK-Jd0-gxk8yVBH0,31064
|
94
94
|
worker_automate_hub/tasks/jobs/transferencias.py,sha256=5TIktufkvUPnVTR2gf7GFQJ5KQP6PWnmoWiE08WiVDQ,46191
|
@@ -103,7 +103,7 @@ worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbV
|
|
103
103
|
worker_automate_hub/utils/util.py,sha256=HXXGEEeGQd-gD_u8W0_aPYVDiMB9bKF-rJBl-m6RiRM,210781
|
104
104
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=F7jk95LpDwl5WfaQXahCA5yDdnySnWdctDqczHXwGqE,38195
|
105
105
|
worker_automate_hub/worker.py,sha256=zEnYUrm5kY2cHbbee15QJkwkx4euD2SB2zRvUIbjS90,6850
|
106
|
-
worker_automate_hub-0.5.
|
107
|
-
worker_automate_hub-0.5.
|
108
|
-
worker_automate_hub-0.5.
|
109
|
-
worker_automate_hub-0.5.
|
106
|
+
worker_automate_hub-0.5.812.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
107
|
+
worker_automate_hub-0.5.812.dist-info/METADATA,sha256=KYpmDXFe2Nuc-aOU4Jnor0PZ94dyaIuw7exl_XNv9-8,3100
|
108
|
+
worker_automate_hub-0.5.812.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
109
|
+
worker_automate_hub-0.5.812.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.811.dist-info → worker_automate_hub-0.5.812.dist-info}/entry_points.txt
RENAMED
File without changes
|