bcpkgfox 0.16.76__py3-none-any.whl → 0.17.0__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 bcpkgfox might be problematic. Click here for more details.
- bcpkgfox/invoke_api.py +1 -2
- {bcpkgfox-0.16.76.dist-info → bcpkgfox-0.17.0.dist-info}/METADATA +1 -1
- {bcpkgfox-0.16.76.dist-info → bcpkgfox-0.17.0.dist-info}/RECORD +6 -6
- {bcpkgfox-0.16.76.dist-info → bcpkgfox-0.17.0.dist-info}/WHEEL +0 -0
- {bcpkgfox-0.16.76.dist-info → bcpkgfox-0.17.0.dist-info}/entry_points.txt +0 -0
- {bcpkgfox-0.16.76.dist-info → bcpkgfox-0.17.0.dist-info}/top_level.txt +0 -0
bcpkgfox/invoke_api.py
CHANGED
|
@@ -420,7 +420,6 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
|
420
420
|
break
|
|
421
421
|
|
|
422
422
|
if not(code_insertion):
|
|
423
|
-
mostrar_mensagem('Código WHOOM não chegou dentro do timeout estabelecido')
|
|
424
423
|
raise TimeoutError('Código WHOOM não chegou dentro do timeout estabelecido')
|
|
425
424
|
|
|
426
425
|
# Selects the system to access
|
|
@@ -484,8 +483,8 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
|
484
483
|
time.sleep(5)
|
|
485
484
|
handles = self.driver.window_handles
|
|
486
485
|
self.driver.switch_to.window(handles[-1])
|
|
486
|
+
protection.stop()
|
|
487
487
|
if len(handles) > 1:
|
|
488
|
-
protection.stop()
|
|
489
488
|
self.driver.switch_to.window(handles[0])
|
|
490
489
|
self.driver.close()
|
|
491
490
|
self.driver.switch_to.window(handles[-1])
|
|
@@ -4,10 +4,10 @@ bcpkgfox/cli.py,sha256=E1Yahd8jIjUwxM6EMHveDDne5-fh8QeAvAhyATNatEo,33541
|
|
|
4
4
|
bcpkgfox/exec_file.py,sha256=fl_Do2SlF7JuXazpNTod-e_0WZUk355fbd7ustQvi40,3728
|
|
5
5
|
bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
|
|
6
6
|
bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
|
|
7
|
-
bcpkgfox/invoke_api.py,sha256=
|
|
7
|
+
bcpkgfox/invoke_api.py,sha256=wk7Fjizh-J5FxuEIwGfnri1mdP-LT5Pc6uBa0rxp-dk,18587
|
|
8
8
|
bcpkgfox/system.py,sha256=3lyOWx893T6KiAI-jDv7zAo3oKPf0Q5CLgZ8TeFd0Do,7901
|
|
9
|
-
bcpkgfox-0.
|
|
10
|
-
bcpkgfox-0.
|
|
11
|
-
bcpkgfox-0.
|
|
12
|
-
bcpkgfox-0.
|
|
13
|
-
bcpkgfox-0.
|
|
9
|
+
bcpkgfox-0.17.0.dist-info/METADATA,sha256=pD9wDUpxDnYFEQqoLZBzcT4XLO61HcIrno6KGamVweQ,1911
|
|
10
|
+
bcpkgfox-0.17.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
11
|
+
bcpkgfox-0.17.0.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
|
|
12
|
+
bcpkgfox-0.17.0.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
|
|
13
|
+
bcpkgfox-0.17.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|