1
0
mirror of synced 2026-07-19 14:55:07 +00:00
Files
Yury Semikhatsky 0e3b273fbf chore: roll driver to 1.61.0-beta-1781285686000
Ported upstream changes:
- #40843 page.localStorage()/sessionStorage() (WebStorage API)
- #40849 context.credentials() WebAuthn virtual authenticator
- #40932 APIResponse.securityDetails()/serverAddr()
- #41162 ScreencastFrame.timestamp()
- #40916 screencast cursor and size options
- #40844 comma-separated testIdAttribute (getByTestId now uses internal:testid)
- #40718 waitForEventInfo replaced with fire-and-forget __waitInfo__
- #40780 protocol Page.close split into close and runBeforeUnload
- #40801 Frame.expect failures are now protocol errors with errorDetails
- #41014 connectOverCDP allowed for WebKit, artifactsDir option
2026-06-12 12:25:16 -07:00
..
2020-12-18 13:02:17 -08:00

This directory contains sample pom.xml and source code for the Playwright examples.

You can run them in terminal like this:

mvn compile exec:java -Dexec.mainClass=org.example.PageScreenshot