Skip to content

v1.13.0

Compare
Choose a tag to compare
@avodovnik avodovnik released this 21 Jul 17:45
6a5fa30

Playwright

  • 🖖 Programmatic drag-and-drop support via the Page.DragAndDropAsync() API.
  • 🔎 Enhanced HAR with body sizes for requests and responses. Use via RecordHarPath option in Browser.NewContextAsync().
  • 🔒 Assembly Signing for .NET assemblies is no longer done using PublicSign but using a full signing key, making it easier to use in projects requiring full-trust

Tools

  • Playwright Trace Viewer now shows parameters, returned values and console.log() calls.

New and Overhauled Guides

Browser Versions

  • Chromium 93.0.4576.0
  • Mozilla Firefox 90.0
  • WebKit 14.2

New Playwright APIs