worker-automate-hub 0.5.48__py3-none-any.whl → 0.5.49__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- worker_automate_hub/utils/utils_nfe_entrada.py +5 -2
- {worker_automate_hub-0.5.48.dist-info → worker_automate_hub-0.5.49.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.5.48.dist-info → worker_automate_hub-0.5.49.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.5.48.dist-info → worker_automate_hub-0.5.49.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.5.48.dist-info → worker_automate_hub-0.5.49.dist-info}/entry_points.txt +0 -0
@@ -231,7 +231,7 @@ class EMSys:
|
|
231
231
|
await worker_sleep(2)
|
232
232
|
|
233
233
|
async def select_tipo_cobranca(self):
|
234
|
-
|
234
|
+
await worker_sleep(3)
|
235
235
|
# pyautogui.click(632, 384)
|
236
236
|
|
237
237
|
console.print("Navegando pela Janela de Nota Fiscal de Entrada...\n")
|
@@ -242,7 +242,10 @@ class EMSys:
|
|
242
242
|
console.print("Acessando a aba de Pagamentos... \n")
|
243
243
|
panel_TPage = main_window.child_window(class_name="TPage", title="Formulario")
|
244
244
|
panel_TTabSheet = panel_TPage.child_window(class_name="TcxCustomInnerTreeView")
|
245
|
-
|
245
|
+
try:
|
246
|
+
panel_TTabSheet.wait("visible")
|
247
|
+
except:
|
248
|
+
await worker_sleep(2)
|
246
249
|
panel_TTabSheet.click()
|
247
250
|
send_keys("{DOWN " + ("2") + "}")
|
248
251
|
|
@@ -74,9 +74,9 @@ worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1
|
|
74
74
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
75
75
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
76
76
|
worker_automate_hub/utils/util.py,sha256=cSL2cugYRk5SxSUsV94sVSIhhNCtolW9U2YN2-wbJ6M,155003
|
77
|
-
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=
|
77
|
+
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=iYpOs7fb7C3bY61QHySr00xlDNzrrCP0zaexOpBPuaQ,31930
|
78
78
|
worker_automate_hub/worker.py,sha256=CT-poyP1ZYvubArYsnnNd9oJ53SPaDwgr6p6keS3nI4,6248
|
79
|
-
worker_automate_hub-0.5.
|
80
|
-
worker_automate_hub-0.5.
|
81
|
-
worker_automate_hub-0.5.
|
82
|
-
worker_automate_hub-0.5.
|
79
|
+
worker_automate_hub-0.5.49.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
80
|
+
worker_automate_hub-0.5.49.dist-info/METADATA,sha256=jEOfdi0vS7Dv6Qml3IbEo-DY_nOpU-QnV9Ng7A5xtgA,2894
|
81
|
+
worker_automate_hub-0.5.49.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
82
|
+
worker_automate_hub-0.5.49.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.5.48.dist-info → worker_automate_hub-0.5.49.dist-info}/entry_points.txt
RENAMED
File without changes
|