worker-automate-hub 0.4.452__py3-none-any.whl → 0.5.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of worker-automate-hub might be problematic. Click here for more details.
- worker_automate_hub/utils/util.py +4 -7
- {worker_automate_hub-0.4.452.dist-info → worker_automate_hub-0.5.1.dist-info}/METADATA +1 -1
- {worker_automate_hub-0.4.452.dist-info → worker_automate_hub-0.5.1.dist-info}/RECORD +5 -5
- {worker_automate_hub-0.4.452.dist-info → worker_automate_hub-0.5.1.dist-info}/WHEEL +0 -0
- {worker_automate_hub-0.4.452.dist-info → worker_automate_hub-0.5.1.dist-info}/entry_points.txt +0 -0
@@ -2214,13 +2214,10 @@ async def select_documento_type(document_type: str) -> RpaRetornoProcessoDTO:
|
|
2214
2214
|
try:
|
2215
2215
|
set_combobox("||List", document_type)
|
2216
2216
|
except Exception as e:
|
2217
|
-
console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando
|
2218
|
-
|
2219
|
-
|
2220
|
-
|
2221
|
-
await worker_sleep(2)
|
2222
|
-
pyautogui.write(document_type)
|
2223
|
-
await worker_sleep(4)
|
2217
|
+
console.log("Não foi possivel selecionar o tipo de documento via set combobox, realizando a alteração utilizando send keys")
|
2218
|
+
combo_box_tipo_documento.click_input(double=True)
|
2219
|
+
send_keys(document_type)
|
2220
|
+
|
2224
2221
|
|
2225
2222
|
|
2226
2223
|
combo_box_tipo_documento = panel_TTabSheet.child_window(class_name="TDBIComboBox", found_index=1)
|
@@ -67,10 +67,10 @@ worker_automate_hub/utils/get_creds_gworkspace.py,sha256=ZJ0IIEjM4IXIV9rwfbOZ1V1
|
|
67
67
|
worker_automate_hub/utils/logger.py,sha256=FYV9fg0_RAYJF_ZOCJEbqQAiCXlXk2gMpvUU1rzT_xs,671
|
68
68
|
worker_automate_hub/utils/toast.py,sha256=xPHc5r5uOxB_cZlCzm13Kt2qSKLLFZALncU6Qg3Ft68,1162
|
69
69
|
worker_automate_hub/utils/updater.py,sha256=en2FCGhI8aZ-JNP3LQm64NJDc4awCNW7UhbVlwDl49Y,7972
|
70
|
-
worker_automate_hub/utils/util.py,sha256=
|
70
|
+
worker_automate_hub/utils/util.py,sha256=ZNwBS1v8emQlCZRSNrGolbGZQFaBpaeER8NvHPf9wyk,125819
|
71
71
|
worker_automate_hub/utils/utils_nfe_entrada.py,sha256=p5r_L5k7gqCBvV8v6dbLFM6INKiSpGc4Gegid0_YAh4,29017
|
72
72
|
worker_automate_hub/worker.py,sha256=tftQpX8liC-_0_bOUf1YYzXSCvloMQBvjmQ6lzfEE-c,4816
|
73
|
-
worker_automate_hub-0.
|
74
|
-
worker_automate_hub-0.
|
75
|
-
worker_automate_hub-0.
|
76
|
-
worker_automate_hub-0.
|
73
|
+
worker_automate_hub-0.5.1.dist-info/entry_points.txt,sha256=sddyhjx57I08RY8X7UxcTpdoOsWULAWNKN9Xr6pp_Kw,54
|
74
|
+
worker_automate_hub-0.5.1.dist-info/METADATA,sha256=1rXgX7czNzpstRoGcPdCJiQunSXj4UaSF9DyYYDueYA,2893
|
75
|
+
worker_automate_hub-0.5.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
76
|
+
worker_automate_hub-0.5.1.dist-info/RECORD,,
|
File without changes
|
{worker_automate_hub-0.4.452.dist-info → worker_automate_hub-0.5.1.dist-info}/entry_points.txt
RENAMED
File without changes
|