for sites that have difficult logins (like reCapture), I'm trying to manually login then use selenium to automate the rest of activity. I'm using python (Debian)
1. via chrome browser UI, I manually created a user profile.
2. Then I manually login using that profile.
3. I then load the profile using selenium by,
I understand a new browser instance is launched, but history, cookies and settings should remain when associated to a profile. specific to my need, the profile is a bridge between doing things automated with selenium and manually via a browser UI.
I was able to test when using a profile and logging-in using selenium that my previous login is recognized, but the previous login is not recognized by selenium if i had logged in manually. can i achieve my aim by loading the profile in a different way or different file like from the /tmp folder?