Skip to content

Bump com.microsoft.playwright:playwright from 1.59.0 to 1.60.0 in /quarkus-workshop-super-heroes#669

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot_maven_quarkus-workshop-super-heroes_com.microsoft.playwright-playwright-1.60.0
Closed

Bump com.microsoft.playwright:playwright from 1.59.0 to 1.60.0 in /quarkus-workshop-super-heroes#669
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot_maven_quarkus-workshop-super-heroes_com.microsoft.playwright-playwright-1.60.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps com.microsoft.playwright:playwright from 1.59.0 to 1.60.0.

Release notes

Sourced from com.microsoft.playwright:playwright's releases.

v1.60.0

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar:

context.tracing().startHar(Paths.get("trace.har"));
Page page = context.newPage();
page.navigate("https://playwright.dev");
context.tracing().stopHar();

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:

page.locator("#dropzone").drop(new Locator.DropPayload()
    .setFiles(new FilePayload("note.txt", "text/plain", "hello".getBytes(StandardCharsets.UTF_8))));
page.locator("#dropzone").drop(new Locator.DropPayload()
.setData(Map.of(
"text/plain", "hello world",
"text/uri-list", "https://example.com")));

🎯 Aria snapshots

New APIs

Browser, Context and Page

Locators and Assertions

Network

  • webSocketRoute.protocols() returns the WebSocket subprotocols requested by the page.
  • New option noDefaults in browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.

Errors

🛠️ Other improvements

  • Trace Viewer adds a pretty-print toggle for JSON / form request and response bodies in the network details panel.

... (truncated)

Commits
  • 55134ef chore: mark 1.60.0 (#1922)
  • 793b1d3 chore: roll driver to 1.60.0 (#1921)
  • 8f66ef1 test_docker: align container launch with playwright-browsers (#1919)
  • dc66e4d chore(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0 in the all ...
  • d84a2db chore: roll driver to 1.60.0-beta-1778180503000 (#1918)
  • f081667 chore: roll to 1.60.0-alpha-2026-05-05 (#1916)
  • 5b33729 chore: reduce CI flakiness across webkit/macOS, ubuntu, windows (#1914)
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@github-actions

github-actions Bot commented May 19, 2026

Copy link
Copy Markdown

🙈 The PR is closed and the preview is expired.

@dependabot dependabot Bot force-pushed the dependabot_maven_quarkus-workshop-super-heroes_com.microsoft.playwright-playwright-1.60.0 branch from 72b0684 to 2e942c9 Compare May 20, 2026 07:53
@holly-cummins

Copy link
Copy Markdown
Collaborator

This looks like it gives a bit of a speedup, but I'll let it settle for a few days in case any problems are raised elsewhere.

Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.59.0 to 1.60.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.59.0...v1.60.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
  dependency-version: 1.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot_maven_quarkus-workshop-super-heroes_com.microsoft.playwright-playwright-1.60.0 branch from 2e942c9 to 2c6bc31 Compare May 20, 2026 09:24
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #716.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot dependabot Bot deleted the dependabot_maven_quarkus-workshop-super-heroes_com.microsoft.playwright-playwright-1.60.0 branch June 30, 2026 10:42
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.

1 participant