Gandalf
Gandalf

Reputation: 166

Scrapy playwright non-headless browser always closing

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

Answers (0)

Related Questions