File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,12 @@ asyncio.run(main())
997997
998998### Software versions
999999
1000- Be sure to include which versions of Scrapy and scrapy-playwright you are using:
1000+ Be sure to include which versions of Scrapy, Playwright and scrapy-playwright you are using:
1001+
1002+ ```
1003+ $ playwright --version
1004+ Version 1.44.0
1005+ ```
10011006
10021007```
10031008$ python -c "import scrapy_playwright; print(scrapy_playwright.__version__)"
@@ -1050,6 +1055,12 @@ class ExampleSpider(scrapy.Spider):
10501055 )
10511056```
10521057
1058+ #### Minimal code
1059+ Please make the effort to reduce the code to the minimum that still displays the issue.
1060+ It is very rare that a complete project (including middlewares, pipelines, item processing, etc)
1061+ is really needed to reproduce an issue. Reports that do not show an actual debugging attempt
1062+ will not be considered.
1063+
10531064### Logs and stats
10541065
10551066Logs for spider jobs displaying the issue in detail are extremely useful
You can’t perform that action at this time.
0 commit comments