v1.13.0
Playwright
- 🖖 Programmatic drag-and-drop support via the
page.drag_and_drop()API. - 🔎 Enhanced HAR with body sizes for requests and responses. Use via
record_har_pathoption inbrowser.new_context().
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
baseURLoption inbrowser.new_context()andbrowser.new_page() response.security_details()andresponse.server_addr()page.drag_and_drop()andframe.drag_and_drop()download.cancel()page.input_value(),frame.input_value()andelement_handle.input_value()- new
forceoption inpage.fill(),frame.fill(), andelement_handle.fill() - new
forceoption inpage.select_option(),frame.select_option(), andelement_handle.select_option()