Skip to content

chore(driver): roll to 1.62.0 - #1954

Open
dcrousso wants to merge 1 commit into
microsoft:mainfrom
dcrousso:roll-1.62.0
Open

chore(driver): roll to 1.62.0#1954
dcrousso wants to merge 1 commit into
microsoft:mainfrom
dcrousso:roll-1.62.0

Conversation

@dcrousso

@dcrousso dcrousso commented Jul 29, 2026

Copy link
Copy Markdown

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.

@dcrousso
dcrousso requested a review from yury-s July 29, 2026 23:31
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 dcrousso changed the title chore: roll to 1.62.0 chore(driver): roll to 1.62.0 Jul 30, 2026
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

1 participant