bcpkgfox 0.17.3__py3-none-any.whl → 0.17.4__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 CHANGED
@@ -453,6 +453,7 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
453
453
  raise ValueError('Não conseguiu achar o sistema no certificado')
454
454
 
455
455
  if len(div_list) == 1:
456
+ time.sleep(1)
456
457
  div_list[0].click()
457
458
 
458
459
  # Just do this loop if there are more than one system
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcpkgfox
3
- Version: 0.17.3
3
+ Version: 0.17.4
4
4
  Summary: Biblioteca BCFOX
5
5
  Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
6
6
  Author: Guilherme Neri
@@ -6,10 +6,10 @@ bcpkgfox/examples.py,sha256=gNKQBlONca0W81QHwUlnv_-J135dEj9IwBhCpmohMYw,5486
6
6
  bcpkgfox/exec_file.py,sha256=fl_Do2SlF7JuXazpNTod-e_0WZUk355fbd7ustQvi40,3728
7
7
  bcpkgfox/find_elements.py,sha256=oeB-73LqMLoKchozPXuxRkThBju9IgUKqbgU-2AAq0s,23027
8
8
  bcpkgfox/get_driver.py,sha256=ohimk9E2hL6T35IXv0XX0uvWDGCUZvZDlPMnuRjV1R0,30490
9
- bcpkgfox/invoke_api.py,sha256=OjJhqgrFRpvVBJf05AvkDOdwxVItZ_lily5Ja_V1Z18,18938
9
+ bcpkgfox/invoke_api.py,sha256=GTokMMeHkQH-fMLnCY_GoEc-48bk3GtLZgZQSuNonSs,18969
10
10
  bcpkgfox/system.py,sha256=3lyOWx893T6KiAI-jDv7zAo3oKPf0Q5CLgZ8TeFd0Do,7901
11
- bcpkgfox-0.17.3.dist-info/METADATA,sha256=Fm7TFjAKvHKmCrffAMGMc5XuhG07VoOopf8hqEV42nM,1911
12
- bcpkgfox-0.17.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
13
- bcpkgfox-0.17.3.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
14
- bcpkgfox-0.17.3.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
15
- bcpkgfox-0.17.3.dist-info/RECORD,,
11
+ bcpkgfox-0.17.4.dist-info/METADATA,sha256=mvHFmIOXkbUGOBvKsAOpvVKvf6RmQTtjdLyljIGH53E,1911
12
+ bcpkgfox-0.17.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ bcpkgfox-0.17.4.dist-info/entry_points.txt,sha256=qmaEg6K7Y0HOeaFo-G6lf44InGkeVI4I6hqobcY_nns,653
14
+ bcpkgfox-0.17.4.dist-info/top_level.txt,sha256=h01SqyYBEfS72vkRFOlEDZBUSu9pzU0bdX4m9hWNNmw,9
15
+ bcpkgfox-0.17.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5