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

CICD

parent 0b25fdd9
Branches
No related tags found
No related merge requests found
Pipeline #8698 passed
......@@ -21,18 +21,15 @@ if __name__ == "__main__":
from webdriver_manager.firefox import GeckoDriverManager
from selenium import webdriver
print("opening...")
driver = webdriver.Firefox()
print("getting...")
driver.get("https://google.com")
print("Got it.")
# driver = webdriver.Firefox()
# print("getting...")
# driver.get("https://google.com")
# print("Got it.")
# lc = LearnConfig(password=password)
# print("Is token valid?", lc.is_token_valid())
# print("token", lc.cc['access_token'])
# print("refresh", lc.cc['refresh_token'])
lc = LearnConfig(password=password)
print("Is token valid?", lc.is_token_valid())
print("token", lc.cc['access_token'])
print("refresh", lc.cc['refresh_token'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment