Skip to content
Snippets Groups Projects
Commit 97426349 authored by tuhe's avatar tuhe
Browse files

CICD

parent 6af370c0
Branches
No related tags found
No related merge requests found
Pipeline #8685 failed
......@@ -85,7 +85,7 @@ class LearnConfig:
se_auth_url = se_flow_manager.get_authorization_endpoint(state)
print(se_auth_url)
from webdriver_manager.firefox import GeckoDriverManager
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
driver = webdriver.Firefox()
# with requests.session() as s:
# OAuth_AccessRequest = s.get(se_auth_url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment