bcpkgfox 0.17.4__tar.gz → 0.17.6__tar.gz
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-0.17.4 → bcpkgfox-0.17.6}/PKG-INFO +3 -3
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/invoke_api.py +1 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/PKG-INFO +3 -3
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/setup.py +3 -3
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/README.md +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/clean.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/cli.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.17.4 → bcpkgfox-0.17.6}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bcpkgfox
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.6
|
|
4
4
|
Summary: Biblioteca BCFOX
|
|
5
5
|
Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
6
|
+
Author: BCFOX
|
|
7
|
+
Author-email: bcfox@bcfox.com.br
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -422,6 +422,7 @@ def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
|
422
422
|
if not(code_insertion):
|
|
423
423
|
raise TimeoutError('Código WHOOM não chegou dentro do timeout estabelecido')
|
|
424
424
|
|
|
425
|
+
time.sleep(4)
|
|
425
426
|
# Selects the system to access
|
|
426
427
|
lines = tools.find_elements_with_wait(By.XPATH, '//div[@role="menu"]//div[@role="menuitem"]')
|
|
427
428
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bcpkgfox
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.6
|
|
4
4
|
Summary: Biblioteca BCFOX
|
|
5
5
|
Home-page: https://github.com/robotsbcfox/PacotePythonBCFOX
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
6
|
+
Author: BCFOX
|
|
7
|
+
Author-email: bcfox@bcfox.com.br
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -2,9 +2,9 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="bcpkgfox",
|
|
5
|
-
version="0.17.
|
|
6
|
-
author="
|
|
7
|
-
author_email="
|
|
5
|
+
version="0.17.6",
|
|
6
|
+
author="BCFOX",
|
|
7
|
+
author_email="bcfox@bcfox.com.br",
|
|
8
8
|
description="Biblioteca BCFOX",
|
|
9
9
|
long_description=open("README.md").read(),
|
|
10
10
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|