Skip to content

Bump playwright from 1.23.1 to 1.28.1 in /browser

Bumps playwright from 1.23.1 to 1.28.1.

Release notes

Sourced from playwright's releases.

v1.28.1

Highlights

This patch release includes the following bug fixes:

microsoft/playwright#18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0 microsoft/playwright#18920 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribute microsoft/playwright#18865 - [BUG] regression in killing web server process in 1.28.0

Browser Versions

  • Chromium 108.0.5359.29
  • Mozilla Firefox 106.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 107
  • Microsoft Edge 107

v1.28

Playwright Tools

  • Record at Cursor in VSCode. You can run the test, position the cursor at the end of the test and continue generating the test.
  • Live Locators in VSCode. You can hover and edit locators in VSCode to get them highlighted in the opened browser.
  • Live Locators in CodeGen. Generate a locator for any element on the page using "Explore" tool.
  • Codegen and Trace Viewer Dark Theme. Automatically picked up from operating system settings.

Test Runner

... (truncated)

Commits
  • 9ede66a cherry-pick(#18997): fix(reuse): stop pending operations upon reuse/disconnect
  • 76dc43e cherry-pick(#18993): fix(electron): tolerate connection closed during quit
  • f38b2c8 chore: mark v1.28.1 (#18974)
  • 0d5098b cherry-pick(#18968): Revert "fix(webserver): do not spawn webserver as a new ...
  • bbe27dc cherry-pick(#18929): fix(role selector): expanded=false does not match elemen...
  • 226eedf cherry-pick(#18972): fix(electron): consistently emit ready event after app i...
  • 36f8a63 chery-pick(#18884): docs(locator): code snippet fixes (#18887)
  • d284219 cherry-pick(#18854): docs: Java, .NET, Python release notes 1.28 (#18858)
  • 8f9bf0f cherry-pick(#18818): chore: multiply overloaded options in csharp
  • c3335e4 cherry-pick(#18799): chore: allow py code blocks for python
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports