I need to access a browser that is already open. I'm using Python, but if you have another language, I welcome help! I'm trying to access a website and when I break its captcha even manually (the browser is starting with Selenium) it simply reports that it's wrong even though it's right and I can't access the certificate. In anonymous mode it shows the certificate but when clicking it goes wrong anyway.
I tried to access in anonymous mode, as another user, doing different ways so the site wouldn't recognize the robot.
you can run chrome with command:
the user-data-dir is a new dir for user data.
and in selenium, you should create driver like this:
remember use the same port.