Skip to content

Bump com.microsoft.playwright:playwright from 1.58.0 to 1.59.0 in the dependencies group#93

Merged
mfaisalkhatri merged 1 commit intomainfrom
dependabot/maven/main/dependencies-5176fdfb2c
Apr 14, 2026
Merged

Bump com.microsoft.playwright:playwright from 1.58.0 to 1.59.0 in the dependencies group#93
mfaisalkhatri merged 1 commit intomainfrom
dependabot/maven/main/dependencies-5176fdfb2c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the dependencies group with 1 update: com.microsoft.playwright:playwright.

Updates com.microsoft.playwright:playwright from 1.58.0 to 1.59.0

Release notes

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

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideoDir option:

page.screencast().start(new Screencast.StartOptions().setPath(Paths.get("video.webm")));
// ... perform actions ...
page.screencast().stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

page.screencast().showActions(new Screencast.ShowActionsOptions().setPosition("top-right"));

screencast.showActions() accepts position ("top-left", "top", "top-right", "bottom-left", "bottom", "bottom-right"), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

page.screencast().showChapter("Adding TODOs",
    new Screencast.ShowChapterOptions()
        .setDescription("Type and press enter for each TODO")
        .setDuration(1000));
page.screencast().showOverlay("<div style=&quot;color: red&quot;>Recording</div>");

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

page.screencast().start(new Screencast.StartOptions()
    .setOnFrame(frame -> sendToVisionModel(frame.data)));

... (truncated)

Commits
  • c433c1d chore: mark 1.59.0 (#1909)
  • b01bf64 chore: resolve Object langAliases in function argument types (#1908)
  • 7dbd6ca chore: use langAliases from api.json in api generator (#1907)
  • c3e4b92 chore: roll to 1.59.1-beta-1775752988000 (#1906)
  • 9e73db4 chore(deps): bump the actions group with 2 updates (#1904)
  • 10ed7e0 chore(deps-dev): bump org.apache.maven.plugins:maven-resources-plugin from 3....
  • 5ccdd3e chore: roll to 1.59.0-alpha-1774622285000 (#1901)
  • afd80ad chore: roll to 1.59.0-alpha (#1900)
  • 605e428 chore(deps-dev): bump the all group with 2 updates (#1894)
  • 9326690 fix: handle null close code and reason in WebSocketRoute (#1886)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java).


Updates `com.microsoft.playwright:playwright` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 13, 2026
@mfaisalkhatri mfaisalkhatri merged commit 1dc4295 into main Apr 14, 2026
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/main/dependencies-5176fdfb2c branch April 14, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant