You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release rolls the bundled Playwright driver to v1.61.1 (Chromium 149.0.7827.55, Firefox 151.0, WebKit 26.5).
[!IMPORTANT]
This release pins a new driver version. After upgrading, reinstall the driver:
go run github.com/mxschmitt/playwright-go/cmd/playwright@v0.6100.0 install --with-deps
[!NOTE]
The module path has moved from github.com/playwright-community/playwright-go to github.com/mxschmitt/playwright-go. Update your imports accordingly.
This release rolls the driver from Playwright v1.57.0 → v1.60.0 and brings the Go client in line with the upstream TypeScript client. Browser versions: Chromium 148.0.7778.96, Firefox 150.0.2, WebKit 26.4.
[!IMPORTANT] Driver upgrade required. Reinstall the driver/browsers to match this version:
go run github.com/playwright-community/playwright-go/cmd/playwright@v0.6000.0 install --with-deps
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.40%. Comparing base (e1d0e09) to head (af53c21).
❌ Your project check has failed because the head coverage (61.71%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage.
renovateBot
changed the title
fix(deps): update module github.com/playwright-community/playwright-go to v0.6000.0
fix(deps): update module github.com/playwright-community/playwright-go to v0.6100.0
Jun 29, 2026
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -t ./...
go: github.com/playwright-community/playwright-go@v0.6100.0: parsing go.mod:
module declares its path as: github.com/mxschmitt/playwright-go
but was required as: github.com/playwright-community/playwright-go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5700.1→v0.6100.0Release Notes
playwright-community/playwright-go (github.com/playwright-community/playwright-go)
v0.6100.0Compare Source
Roll to v1.61.1
This release rolls the bundled Playwright driver to v1.61.1 (Chromium 149.0.7827.55, Firefox 151.0, WebKit 26.5).
What's Changed
Full Changelog: mxschmitt/playwright-go@v0.6000.0...v0.6100.0
v0.6000.0Compare Source
Roll to Playwright v1.60.0
This release rolls the driver from Playwright v1.57.0 → v1.60.0 and brings the Go client in line with the upstream TypeScript client. Browser versions: Chromium 148.0.7778.96, Firefox 150.0.2, WebKit 26.4.
Features
--no-shelloption to the driver runner in #571WithDepsoption to install system dependencies in #572Bug fixes — deadlocks & data races
Bug fixes — other
Locator.Evaluatewith attached state to match upstream in #605recordVideo.dirto an absolute path in #607SetInputFiles; fix flakyTestPageCloseRacein #595EvaluateHandlewhen it returns anElementHandlein #597CI, chores & tests
go-jose/go-jose/v3to v3.0.5 in #588.claude/to.gitignorein #594Full Changelog: mxschmitt/playwright-go@v0.5700.1...v0.6000.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.