I'm attempting to perform web scraping with selenium in Google Colab and running into some errors
https://i.sstatic.net/egDf7.png
The webpage is prompting me to enable JavaScript and disable any ad blockers. I tried enabling JavaScript by adding the following line of code:
chrome_options.add_argument("--enable-javascript")
However, I still encounter errors. Interestingly, my friend was able to successfully scrape using Conda. Is there a way to resolve this issue in Google Colab?
[![Error message on webpage: "please enable javascript and disable adblocker if any"][2]][2]