Using Chrome and ChromeDriver to run a python script to web scrape. The script runs and I can see that it is querying the website, but once it is done it fails. The script ended up creating the CSV file, but it is empty with no web scraping data.
Keep getting a passthrough is not supported GL disabled, even though I enabled it. I used the following stack overflow steps to make sure the GL enabled: second stack overflow answer. WebGL didn't exist as an option to enable so I enabled WebGL Draft Extensions instead. Along with the Passthrough error...intermittently gets handshake error.
I have made sure my Chrome Driver and Chrome are the same versions. I have installed an older version of Chrome with an older version of Chrome Driver, and that didn't work. Don't know what else to try.