Skip to content

v0.2000.0

Compare
Choose a tag to compare
@mxschmitt mxschmitt released this 12 Mar 13:47
· 75 commits to main since this release
fbe8ece

This version is on pair drive-wise with the upcoming Playwright 1.20 version.

Breaking change:

You need to either install the driver+browsers via CLI or via the API. It does not happen automatically anymore.

Via the CLI:

go run github.com/playwright-community/playwright-go/cmd/playwright install
# Or
go install github.com/playwright-community/playwright-go/cmd/playwright
playwright install --with-deps

Or via the API:

err := playwright.Install()