403 forbidden in combination of selenium and scrapy
I’m scraping with selenium, scrapy. here, main problem is to link init and parse. now because parse don’t accept response, missed call of driver.get(url) in parse
The repones always contain part of the page (requests, selenium, scrapy)
I tested even all the solution I can find, but the return response always partial.