playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
2.11k stars 156 forks source link

Version v0.3500.0 pointing to playright.sh file of version v0.2000.1 #355

Closed pradip90das closed 1 year ago

pradip90das commented 1 year ago

Latest playwright code in v0.3500.0is still pointing to old location of playwright.sh (v0.2000.1)

New code should point to version 1.35.0

Getting below error:

could not start driver: fork/exec /root/.cache/ms-playwright-go/1.20.0-beta-1647057403000/playwright.sh: no such file or directory

Its breaking while Launching the browser.

canstand commented 1 year ago

Please check your code, even v0.20000.1 calls v1.25.2.

See https://github.com/playwright-community/playwright-go/blob/main/run.go#L19

Does go.mod have areplace, or is it using the go workspaces feature?

canstand commented 1 year ago

Close issue that refers an outdated version