Skip to content

chore(driver): roll to 1.62.0 - #1954

Merged
Yury Semikhatsky (yury-s) merged 1 commit into
microsoft:mainfrom
dcrousso:roll-1.62.0
Aug 3, 2026
Merged

chore(driver): roll to 1.62.0#1954
Yury Semikhatsky (yury-s) merged 1 commit into
microsoft:mainfrom
dcrousso:roll-1.62.0

Conversation

@dcrousso

@dcrousso Devin Rousso (dcrousso) commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Rolls the driver to 1.62.0 and regenerates the Java interfaces from the v1.62.0 documentation.

Upstream removed the routeFromHAR interceptAPIRequests option before 1.62.0 in microsoft/playwright#41964 and microsoft/playwright#41965. This drops the generated interceptAPIRequests field, the setInterceptAPIRequests builder, the HARRouter.addAPIRequestRoute helper, the routeAPIRequestsFromHar and unrouteAPIRequestsFromHar calls, and their test. shouldNotInterceptAPIRequestContextRequestsByDefault remains because that behavior still holds.

Firefox 153 fixes microsoft/playwright#38919, so the worker locale test now uses the context locale expectation for every browser.

Validation:

  • mvn compile succeeds
  • mvn test -f playwright runs 1696 tests with 26 skipped tests
  • TestBrowserContextHar passes with 27 tests
  • TestWorkers passes on Firefox and Chromium
  • API generation used PW_SRC_DIR pinned to v1.62.0 at e3950d9c140d007bd52853b45813c6274b24e36f

TestChromiumTracing.shouldSupportABufferWithoutAPath reproduces PASS FAIL PASS on both this branch and the prior driver, while passing consistently in isolation.

roll the driver to `1.62.0` and regenerate the Java interfaces from the `v1.62.0` docs

upstream reverted the `routeFromHAR` `interceptAPIRequests` option in `1.62`, so drop the matching `setInterceptAPIRequests` builder along with `HARRouter.addAPIRequestRoute` and the test covering it
@dcrousso Devin Rousso (dcrousso) changed the title chore: roll to 1.62.0 chore(driver): roll to 1.62.0 Jul 30, 2026
Comment thread scripts/DRIVER_VERSION
@@ -1 +1 @@
1.62.0-alpha-2026-07-22
1.62.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably roll 1.62.1 before the release

@yury-s
Yury Semikhatsky (yury-s) merged commit 7de72a6 into microsoft:main Aug 3, 2026
47 of 49 checks passed
@dcrousso
Devin Rousso (dcrousso) deleted the roll-1.62.0 branch August 3, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: locale is not propagated to workers in firefox

2 participants