Fix docs-tests

This commit is contained in:
Adrian Chaves 2026-08-05 06:43:19 +02:00
parent cdabf42584
commit 3ad7d29fa9
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ for them through the :reqmeta:`download_handler` metadata key:
"playwright": "scrapy_playwright.handler.ScrapyPlaywrightDownloadHandler",
}
.. invisible-code-block: python
from scrapy import Request
.. code-block:: python
Request("https://example.com", meta={"download_handler": "playwright"})