You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Seems Lidl re-designed the login page that causes the automation to fail. There is no #button_welcome_login at the page causing the WebDriver to timeout at the first step. Seem like the subsequent steps are also broken as I do not see any of the wanted selectors at the page.
I was able to manually pass the login process by executing the main.py inside PyCharm in debug mode with headless=False, placing a breakpoint on the wait = WebDriverWait(browser, 10) line, manually filling the form and obtaining the code from chrome, injecting the code inside the code variable and then using the "jump to cursor" at the self._authorization_code(code) - basically bypassing the automation whatsoever.
Expected behavior
The webdriver automation should fill the login form and obtain the access token automatically.
Environment (please complete the following information):
Describe the bug
Seems Lidl re-designed the login page that causes the automation to fail. There is no
#button_welcome_login
at the page causing the WebDriver to timeout at the first step. Seem like the subsequent steps are also broken as I do not see any of the wanted selectors at the page.I was able to manually pass the login process by executing the main.py inside PyCharm in debug mode with headless=False, placing a breakpoint on the
wait = WebDriverWait(browser, 10)
line, manually filling the form and obtaining thecode
from chrome, injecting the code inside thecode
variable and then using the "jump to cursor" at theself._authorization_code(code)
- basically bypassing the automation whatsoever.Expected behavior
The webdriver automation should fill the login form and obtain the access token automatically.
Environment (please complete the following information):
For auth problems:
The text was updated successfully, but these errors were encountered: