I am working on a Python web scraping code to scrape a website, this is the link for the website https://publicrecordsaccess.fultoncountyga.gov/Portal/Home/Dashboard/29
I am using Selenium web driver to do so but I am trying to automate the code in a way that I do not need to manually click and bypass the reCAPTCHA. I looked at some codes online at GitHub to bypass it by solving the audio challenge using Python. But when I do so the reCAPTCHA will sense it and said I am using automated software. Then it will stop me from clicking the reCAPTCHA.
I am wondering are there any ways to bypass the reCAPTCHA using the Python Selenium web driver?
Thanks!