Skip to content

v0.4101.0

Compare
Choose a tag to compare
@canstand canstand released this 24 Jan 13:30
· 16 commits to main since this release
0d5814a

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