github playwright-community/playwright-go v0.4101.0

latest releases: v0.4701.0, v0.4700.0, v0.4501.1...
7 months ago

What's Changed

  • Refactor using the new stdlib and generics, and add several tests by @canstand in #404
  • Roll to Playwright v1.41.1 by @canstand in #407
    • New method Page.UnrouteAll() removes all routes registered by Page.Route() and Page.RouteFromHAR(). Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.
    • New method BrowserContext.UnrouteAll() removes all routes registered by BrowserContext.Route() and BrowserContext.RouteFromHAR(). Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.
    • New option style in Page.Screenshot() and Locator.Screenshot() to add custom CSS to the page before taking a screenshot.
  • chore: use golangci-lint and gofumpt by @canstand in #408

Full Changelog: v0.4001.0...v0.4101.0

Don't miss a new playwright-go release

NewReleases is sending notifications on new releases.