Thalison Fernandes

Results 15 issues of Thalison Fernandes

Currently, when automating a site with the browser, reproducing the same flow in pure HTTP requires manually inspecting DevTools, copying requests, and rewriting them with requests. This is slow, error-prone,...

enhancement
future planning

Currently, if a user wants to save a page for offline use, they need to manually fetch HTML, download assets, and rewrite links. This is verbose and error-prone. We should...

enhancement
future planning

When a site changes and an automation breaks, it is often hard to reproduce the exact conditions that caused the error. Today users need to manually save the page, export...

enhancement
future planning

Currently, if a user wants to perform multiple actions in parallel (like interacting with multiple tabs at the same time), they must manually create tasks and use `asyncio.gather`. While functional,...

enhancement
future planning

Closes #6924 This PR changes the default value of `SCHEDULER_PRIORITY_QUEUE` from `scrapy.pqueues.ScrapyPriorityQueue` to `scrapy.pqueues.DownloaderAwarePriorityQueue`. While implementing this change, two test failures appeared as side effects that required fixes. The first...