diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
607 stars 88 forks source link

Javascript code no longer running the page being crawled #2

Open dafeizhu opened 3 years ago

dafeizhu commented 3 years ago

I'm using selenium-stealth with Scrapy. While it helped to evade bot detection, the javascripts running on the page being crawled are not working anymore, e.g. asyn loading of certain data which we do need to fetch. Is there any way to isolate / specify which js code segments/libraries to disable?