Make this work for your own browser instead of spinning up an artificial one. I want to be able to order food with my credit card.
You can pass the path to your chrome user data file to chromium like this I think eg:
f"--user-data-dir={os.environ.get('CHROME_USER_DATA')}"
.env (eg for windows)
CHROME_USER_DATA = "c:\\Users\\<user name>\\AppData\\Local\\Google\\Chrome\\User Data\\"
You can pass the path to your chrome user data file to chromium like this I think eg:
f"--user-data-dir={os.environ.get('CHROME_USER_DATA')}".env (eg for windows)
CHROME_USER_DATA = "c:\\Users\\<user name>\\AppData\\Local\\Google\\Chrome\\User Data\\"