chrome_driver = Service(ChromeDriverManager().install())
driver = webdriver.Chrome(service=chrome_driver)
driver.maximize_window()
driver.implicitly_wait(10)
driver.get('https://accounts.nike.com/lookup?client_id=4fd2d5e7db76e0f85a6bb56721bd51df&redirect_uri=https://www.nike.com/auth/login&response_type=code&scope=openid%20nike.digital%20profile%20email%20phone%20flow%20country&state=6e97a1f40a914a188513900b38fc42a8&code_challenge=O7hAO5S65nEsyCO3A1wCvMfKFTaNHY6piF1MlsybYwk&code_challenge_method=S256')
driver.implicitly_wait(13)
email = driver.find_element(
By.XPATH,
'//*[@id="username"]').send_keys(
"AaronBreckley@web.de")
sleep(1)
enter = driver.find_element(
By.XPATH,
'//*[@id="username"]').send_keys(
Keys.ENTER
)
When the program click the button there was a infinit load and if a try manual with the program give me an error on connection