On a dev environment that I have to run test automation, there is google authentication every time I want to access the dev URL, but it triggers a captcha due to the number of attempts. Can I somehow save the cookies, so when I open a new instance I am already logged in with google and I do not have to login every single time.
I asked ChatGPT for solutions, it didn't work;