chore: roll driver to 1.60.0#3313
Merged
Merged
Conversation
Ported changes:
- feat(browser): browser.on(context) (#40315)
- feat(browsercontext): mirror Page lifecycle events on BrowserContext (#40341)
- feat(locator): drop API for files and clipboard-like data (#40283)
- feat(api): Locator.highlight({ style }), Page.hideHighlight, Locator.hideHighlight (#40219, #40215)
- feat(tracing): tracing.startHar / tracing.stopHar (#40159, #40488); HAR protocol moved to Tracing channel and switched from zip flag to harPath
- feat: page version of toMatchAriaSnapshot (#39950)
- feat(expect): include aria snapshot in expect failure messages (#40390)
- feat(route): expose WebSocket subprotocols on WebSocketRoute (#40377)
- feat: Add location() to WebError (#39767)
- feat(connectOverCDP): noDefaults option (#40185)
- feat(locator): description option on getByRole (#40083)
- feat(aria-snapshot): boxes option (#40389)
- feat(expect): pseudo-element option on toHaveCSS (#40092)
- chore: removed exposeBinding IJSHandle overloads to match upstream
- Suppress APICompat baseline errors for removed types (BrowserContextExposeBindingOptions, PageExposeBindingOptions) and changed signature (ILocator.HighlightAsync()). - Update trace-viewer ListView role assertions: AriaRole.List/Listitem changed to Listbox/Option upstream (microsoft/playwright#40393). - launchServer test fixture: pass host: '127.0.0.1' explicitly; v1.60 defaults to 'localhost' which can bind IPv6-only on dual-stack Linux runners (microsoft/playwright#40500).
Skn0tt
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Browser.Contextevent,BrowserContextlifecycle events (PageLoad/PageClose/FrameAttached/FrameDetached/FrameNavigated/Download),Locator.DropAsync,Locator.HighlightAsync(now returnsIAsyncDisposable, acceptsstyle),Locator.HideHighlightAsync,Page.HideHighlightAsync,Tracing.StartHarAsync/StopHarAsync,PageAssertions.ToMatchAriaSnapshotAsync,WebSocketRoute.Protocols,WebError.Location,APIRequestContext.Tracing,ConnectOverCDPOptions.NoDefaults,GetByRoleOptions.Description,AriaSnapshotOptions.Boxes,LocatorAssertionsToHaveCSSOptions.Pseudo.BrowserContexttoTracingchannel; switched fromzipflag toharPath/resourcesDir; export now goes throughentries/archivemodes.receivedwire shape is now{ value, ariaSnapshot? }; aria snapshot surfaces in failure messages.ExposeBindingAsyncIJSHandleoverloads and theHandlebinding option, matching upstream.