can I go to some website ?

This commit is contained in:
piair 2024-02-27 15:57:25 +01:00
parent 9e274b6d16
commit 37c5d9cf43
2 changed files with 4 additions and 1 deletions

3
V6.py
View File

@ -362,6 +362,9 @@ def try_play(nom="inconnu"):
def login_part_1():
info("Starting part 1 of login")
driver = config.WebDriver.driver
input("Press enter to continue")
driver.get("https://piair.dev")
input("Press enter to continue")
driver.get("https://login.live.com")
wait_until_visible(By.ID, "i0116", browser=driver)
mail_elem = driver.find_element(By.ID, "i0116")

View File

@ -1 +1 @@
v6.8.13
v6.8.14