Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2025

This PR contains the following updates:

Package Change Age Confidence
Microsoft.Playwright 1.52.0 -> 1.55.0 age confidence

Release Notes

microsoft/playwright-dotnet (Microsoft.Playwright)

v1.55.0

Codegen

  • Automatic ToBeVisibleAsync() assertions: Codegen can now generate automatic ToBeVisibleAsync() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.0

Highlights

  • New cookie property PartitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    pwsh bin/Debug/netX/playwright.ps1 codegen --user-data-dir=./user-data
  • pwsh bin/Debug/netX/playwright.ps1 open does not open the test recorder anymore. Use pwsh bin/Debug/netX/playwright.ps1 codegen instead.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.0

Miscellaneous

  • New Steps in Trace Viewer: New Trace Viewer Steps

  • New method Locator.Describe() to describe a locator. Used for trace viewer.

    var button = Page.GetByTestId("btn-sub").Describe("Subscribe button");
    await button.ClickAsync();
  • pwsh bin/Debug/netX/playwright.ps1 install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch from 041d662 to 1558c2c Compare July 15, 2025 22:01
@renovate renovate bot changed the title chore: Update dependency Microsoft.Playwright to 1.53.0 chore: Update dependency Microsoft.Playwright to 1.54.0 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch 2 times, most recently from d9c9567 to b605a6a Compare July 23, 2025 21:11
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch 2 times, most recently from d7824e2 to 39275fb Compare August 3, 2025 11:20
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch 2 times, most recently from e3dc320 to 8302345 Compare August 19, 2025 18:21
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch from 8302345 to 80cf857 Compare September 4, 2025 13:28
@renovate renovate bot changed the title chore: Update dependency Microsoft.Playwright to 1.54.0 chore: Update dependency Microsoft.Playwright to 1.55.0 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch 5 times, most recently from abb8f77 to 662637b Compare September 7, 2025 02:08
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch 2 times, most recently from e619405 to f4f1506 Compare October 6, 2025 21:20
@renovate renovate bot force-pushed the renovate/playwright-dotnet-monorepo branch from f4f1506 to 787e95a Compare October 6, 2025 21:20
@renovate renovate bot changed the title chore: Update dependency Microsoft.Playwright to 1.55.0 chore: Update dependency Microsoft.Playwright to 1.55.0 - autoclosed Oct 10, 2025
@renovate renovate bot closed this Oct 10, 2025
@renovate renovate bot deleted the renovate/playwright-dotnet-monorepo branch October 10, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants