Skip to content

Selenium headless authentication with ESTSCookie gets stuck #154

Description

@Si0uL

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions