I'm using Ubuntu on WSL2, but have Firefox installed on my Windows machine. In __init__.py, __expand_and_check_path and __find_cookie_file fails to take into account that WSL2 mounts Windows drives under /mnt/, which raises an error: BrowserCookieError: Could not find Firefox profile directory. So, it would be nice if a feature is added to take this into account.
Thanks :)
I'm using Ubuntu on WSL2, but have Firefox installed on my Windows machine. In
__init__.py,__expand_and_check_pathand__find_cookie_filefails to take into account that WSL2 mounts Windows drives under/mnt/, which raises an error:BrowserCookieError: Could not find Firefox profile directory. So, it would be nice if a feature is added to take this into account.Thanks :)