I am trying to use Chromedriver in Python to scrape some of my personal web history. The website has a Cloudflare turnstile loop, so I am using undetected_chromedriver to circumvent it. I have been unable to circumvent it with the standard Chromedriver library.
Unfortunately, when I use undetected_chromedriver, the page sometimes freezes up and won’t respond to any interaction. Eventually the browser crashes. This doesn’t always happen right away, but it always eventually happens — whether it’s on the initial load, or on page 24, 60, whichever, it will freeze at some point.
I have the latest Chrome version and all my libraries are up to date. Running on OS X.