bcpkgfox 0.17.1__tar.gz → 0.17.2__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.1 → bcpkgfox-0.17.2}/PKG-INFO +1 -1
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/invoke_api.py +12 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/setup.py +1 -1
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/README.md +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/clean.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/cli.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/examples copy.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/examples.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.17.1 → bcpkgfox-0.17.2}/setup.cfg +0 -0
|
@@ -165,6 +165,18 @@ def invoke_api_proc_log(link, id_robo, token):
|
|
|
165
165
|
|
|
166
166
|
def login_2fac(driver, certificate, system, token, code_timeout=60):
|
|
167
167
|
|
|
168
|
+
from . import mostrar_mensagem
|
|
169
|
+
import bcpkgfox as bc
|
|
170
|
+
import requests
|
|
171
|
+
import time
|
|
172
|
+
import pyautogui
|
|
173
|
+
import os
|
|
174
|
+
|
|
175
|
+
from threading import Thread
|
|
176
|
+
from selenium.webdriver.common.by import By
|
|
177
|
+
from selenium.webdriver.support.ui import WebDriverWait
|
|
178
|
+
from selenium.webdriver.support import expected_conditions as EC
|
|
179
|
+
|
|
168
180
|
class login_2fac:
|
|
169
181
|
def __init__(self):
|
|
170
182
|
self.certificate = certificate
|
|
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
|
|
File without changes
|
|
File without changes
|