Describe the bug
I'm not familiar with selenium at all, but lidl-plus auth was reporting that I don't have firefox installed (I do). Removing executable_path, firefox_binary and firefox_profile arguments from webdriver.Firefox() in _init_firefox() fixed this issue.
Expected behavior
I'm supposed to get a refresh token.
Environment (please complete the following information):
- Python-Version: 3.11
- Release-Version: 0.2.6
- OS: Fedora 37
- Browser: Firefox and Chromium
- Country: CZ
- Language: cs
Describe the bug
I'm not familiar with selenium at all, but
lidl-plus authwas reporting that I don't have firefox installed (I do). Removingexecutable_path,firefox_binaryandfirefox_profilearguments fromwebdriver.Firefox()in_init_firefox()fixed this issue.Expected behavior
I'm supposed to get a refresh token.
Environment (please complete the following information):