v1.13.0
Playwright
- 🖖 Programmatic drag-and-drop support via the
Page.dragAndDrop()API. - 🔎 Enhanced HAR with body sizes for requests and responses. Use via
setRecordHarPathoption inBrowser.newContext().
Tools
- Playwright Trace Viewer now shows parameters, returned values and
console.log()calls.
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
baseURLoption inBrowser.newContext()andBrowser.newPage() Response.securityDetails()andResponse.serverAddr()Page.dragAndDrop()andFrame.dragAndDrop()Download.cancel()Page.inputValue(),Frame.inputValue()andElementHandle.inputValue()- new
forceoption inPage.fill(),Frame.fill(), andElementHandle.fill() - new
forceoption inPage.selectOption(),Frame.selectOption(), andElementHandle.selectOption()