v0.2000.0
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()