Playwright - v1.13.0
Playwright Test
- ⚡️ Introducing Reporter API which is already used to create an Allure Playwright reporter.
- ⛺️ New
baseURL
fixture to support relative paths in tests.
Playwright
- 🖖 Programmatic drag-and-drop support via the [
page.dragAndDrop()
] API. - 🔎 Enhanced HAR with body sizes for requests and responses. Use via
recordHar
option in [browser.newContext()
].
Tools
- Playwright Trace Viewer now shows parameters, returned values and
console.log()
calls. - Playwright Inspector can generate Playwright Test tests.
New and Overhauled Guides
- Intro
- Authentication
- Chome Extensions
- Playwright Test Configuration
- Playwright Test Annotations
- Playwright Test Fixtures
Browser Versions
- Chromium 93.0.4576.0
- Mozilla Firefox 90.0
- WebKit 14.2
New Playwright APIs
- new
baseURL
option in [browser.newContext()
] and [browser.newPage()
] - [
response.securityDetails()
] and [response.serverAddr()
] - [
page.dragAndDrop()
] and [frame.dragAndDrop()
] - [
download.cancel()
] - [
page.inputValue()
], [frame.inputValue()
] and [elementHandle.inputValue()
] - new
force
option in [page.fill()
], [frame.fill()
], and [elementHandle.fill()
] - new
force
option in [page.selectOption()
], [frame.selectOption()
], and [elementHandle.selectOption()
]
Details
date
July 21, 2021, 5:36 p.m.
name
v1.13.0
type
Minor
👇
Register or login to:
- 🔍View and search all Playwright releases.
- 🛠️Create and share lists to track your tools.
- 🚨Setup notifications for major, security, feature or patch updates.
- 🚀Much more coming soon!