playwright-community/playwright-go

How to obtain the latest version?

today2004 opened this issue · 2 comments

As the question requires, how can I obtain the latest version?
I pulled the version using “go get -u github.com/playwright-community/playwright-go”, but using “go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps firefox” the firefox version obtained is still Firefox 113,ms-playwright-go 1.35.1

use git branch main for latest commit, e.g. go get -u github.com/playwright-community/playwright-go@main

使用 git 分支main获取最新提交,例如go get -u github.com/playwright-community/playwright-go@main

good,thank you!