Gabriel Bastard

Results 2 comments of Gabriel Bastard

Enhancement suggestion: - add an option to start chrome as headless - in the configuration form of a spider, add the option to write your own header See [https://medium.com/@addnab/puppeteer-quick-fix-for-differences-between-headless-and-headful-versions-of-a-webpage-5b168bd5fe4a](https://medium.com/@addnab/puppeteer-quick-fix-for-differences-between-headless-and-headful-versions-of-a-webpage-5b168bd5fe4a)

After some research, it seems really complicated to change the header of requests in Selenium (the easiest way is to use a local proxy...). Also, there seems to be [quite...