Releases: microsoft/playwright-python
Releases · microsoft/playwright-python
Version 0.8.0
Changes:
- enh: support for usage in a REPL (#161)
- chore: add downstream test discrepancy reporter (#167)
- fix: cleanup of path and pathlib usages (#166)
- feat: roll driver to 1.3.0-next.1596843106133, handle paths on the cl… …
- fix(error): display correct message (#165)
All changes v0.7.0...v0.8.0
Version 0.7.1
- fix: launchPersistentContext with extraHTTPHeaders (#157)
- fix: stderr redirect with monkeypatched stderr (#159)
All changes v0.7.0...v0.7.1
Version 0.7.0
- Rolling to Playwright 1.3
- Minor fixes
All changes: v0.0.6...v0.7.0
Version 0.0.6
- chore: validate dictionary keys (#137)
- fix: forward driver stderr to main stderr (#145)
- fix: keyboard.type() method (#146)
- test: add cookie test files (#142)
All changes: v0.0.5...v0.0.6
Version 0.0.5
- feat(cdp): expose cdp session (#133)
- docs: updated for the Pytest usage (#135)
- devops: separate wheels for OS/drivers (#119)
- fix: setDefaultTimeout (#120)
All changes: v0.0.4...v0.0.5
Version 0.0.4
- Still in a pre-release state, but we are getting there!
- Two variations of the API added: sync and async
- Methods now have generated documentation