Skip to content

Releases: scrapy-plugins/scrapy-playwright

v0.0.12

15 Mar 19:35
v0.0.12
7e678ce
Compare
Choose a tag to compare

What's Changed

  • Avoid exceptions during cleanup when the browser could not start
  • Warn when non PageCoroutine objects are passed to Request.meta.playwright_page_coroutines

Full Changelog: v0.0.11...v0.0.12

v0.0.11

12 Mar 16:06
v0.0.11
a6d99af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

02 Mar 18:44
v0.0.10
525d16f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

27 Jan 16:25
v0.0.9
bf07391
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

13 Jan 23:04
v0.0.8
4eb18b2
Compare
Choose a tag to compare

Allow PLAYWRIGHT_DEFAULT_NAVIGATION_TIMEOUT setting to be 0 (6875f7c, fixes #47)

v0.0.7

20 Oct 15:42
v0.0.7
0f1548f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Oct 14:41
v0.0.6
5036227
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

20 Aug 21:38
v0.0.5
1e29f7b
Compare
Choose a tag to compare

Highlights:

  • Improve garbage collection by removing unnecessary reference (#23)

Release 0.0.4

16 Jul 13:37
v0.0.4
70730e9
Compare
Choose a tag to compare

Highlights:

  • Added support for multiple browser contexts (#13)

Deprecated PLAYWRIGHT_CONTEXT_ARGS setting in favor of PLAYWRIGHT_CONTEXTS