The scenario is: I have a website that asks for captcha and then send OTP to email in each login.
What I want is: One process is executed to open the browser, and bot enters username and password, user work is to type the captcha and enter the opt from email for the very first time every morning. Then I want to save the cookies and other session key/values.
When Main process is executed, the bot should use that saved data (cookies/session) to directly login and do further process.
What I found is: Get Browser Data is storing all the value from different website that is not required and if I run another process using that same data, I am not able to log in. Why?