When attempting an ESTSCookie conversion using interactiveauth, I get the following prompt, on which I have to click "Continue", or press ENTER. This isn't properly handled automatically by selenium_login, which results in the headless mode to hang forever and fail. It appears that check performed on
|
els = WebDriverWait(driver, 2).until(lambda d: '?code=' in d.current_url or d.find_element(By.ID, "KmsiDescription")) |
does never complete, resulting in
|
driver.find_element(By.ID, "idSIButton9").click() |
supposed to perform such a click on CONTINUE to never be reached.

When attempting an ESTSCookie conversion using
interactiveauth, I get the following prompt, on which I have to click "Continue", or press ENTER. This isn't properly handled automatically byselenium_login, which results in the headless mode to hang forever and fail. It appears that check performed onROADtools/roadtx/roadtools/roadtx/selenium.py
Line 304 in 081fcdc
ROADtools/roadtx/roadtools/roadtx/selenium.py
Line 312 in 081fcdc