Hi! i want to add selenium to scrapy spider, but i get an error saying that Chrome failed to start: exited abnormally. I tested it in local and in Colab. Not sure but i think it could be because of "xvfb-run".
My code in bash is: scrapy crawl congress_gen_d -o congress_gen_d.json
Thanks!