Reputation: 166
I am scrapping a website using Python Scrapy framework together with scrapy-playwright plugin. Headless is set as False. I would like to have my framework-controlled browser not to close after the run in order for me to check the webpage it's displaying after invoking some actions on the page. I suppose there is some setting which make it possible however I am not able to find it in the docs. Does anyone know anything?
BR
Upvotes: 0
Views: 220