I use Jupyter to communicate via Chromedriver with a Chrome browser to automatically populate form fields from a different source. Until recently, the "destination website" used a simple captcha verification using 4 characters, which I would need to enter once together with my login details to be logged in to their site and I could then populate form fields as per normal.
Starting yesterday, their IT department changed from a 4 character Captcha to the "slide puzzle piece into the correct place" verification. Oddly, when I try to slide the puzzle piece into place, it says "Operation too often. Please retry later." Ofcourse when I retry later, the issue is still not resolved.
When I launch a browser instance without Chromedriver, it works fine, but when I use one of the instances that launches through Chromedriver, it doesnt. Is it something with my Chrome profile for Chromedriver managed instances or is Chromedriver somehow responsible for blocking the login attempts?
I tried using Chrome Beta and Chrome Stable, both dont work.