Skip to content

Update dependency PuppeteerSharp to v21#1718

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/puppeteersharp-21.x
Open

Update dependency PuppeteerSharp to v21#1718
renovate[bot] wants to merge 1 commit intomainfrom
renovate/puppeteersharp-21.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2026

This PR contains the following updates:

Package Change Age Confidence
PuppeteerSharp 20.2.621.0.1 age confidence

Release Notes

hardkoded/puppeteer-sharp (PuppeteerSharp)

v21.0.1

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v21.0.0...v21.0.1

v21.0.0

New Features

  • WebDriver BiDi protocol support for Firefox!!!!! PuppeteerSharp now supports the WebDriver BiDi protocol, enabling Firefox automation alongside existing Chrome/Chromium CDP support. Select the protocol via
    LaunchOptions.Protocol.
  • New ProtocolType enum: ProtocolType.Cdp (default) and ProtocolType.WebdriverBiDi.

Breaking Changes

  • AcceptInsecureCerts removed from IBrowser: This property was removed from the public interface. Insecure certs are now handled internally via the Security.setIgnoreCertificateErrors CDP command during browser creation.
  • Non-generic EvaluateExpressionAsync() and EvaluateFunctionAsync() return type changed: Changed from Task<JsonElement?> to Task (void). If you need a return value, use the generic overloads EvaluateExpressionAsync() /
    EvaluateFunctionAsync().
  • IBrowserContext now extends IDisposable and IAsyncDisposable: Browser contexts should now be properly disposed.
  • Several protected methods on Page changed to internal: OnFrameAttached, OnFrameDetached, OnFrameNavigated, OnRequestFailed, OnRequestFinished, OnRequestServedFromCache, OnResponse, OnDOMContentLoaded, OnLoad. These were
    internal event-raising methods that should never have been protected.
  • CDPSession.Close() signature changed: From internal abstract void Close() to public abstract void Close(string closeReason).

Minor Changes

  • Dependency updates: System.Text.Json upgraded to 10.0.0, Microsoft.Bcl.AsyncInterfaces upgraded to 10.0.0.
  • New dependency: WebDriverBiDi-Relaxed 0.0.40-beta.1 added for BiDi protocol support.
  • Custom query handlers are now global: CustomQuerySelectorRegistry changed from connection-scoped to a global singleton.
  • Frame.AddScriptTagAsync() is now a concrete implementation on the base Frame class instead of abstract.
  • Package now includes README.md in the NuGet package.
  • Fix flaky ShouldReportScriptsAcrossNavigationsWhenDisabled test: Added WaitForNetworkIdleAsync() between navigations to prevent coverage data loss.

Configuration

📅 Schedule: Branch creation - "before 5:00am,before 10am,before 3pm,before 8pm" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/puppeteersharp-21.x branch 2 times, most recently from 5d4f861 to 7983471 Compare February 12, 2026 17:46
@renovate renovate bot force-pushed the renovate/puppeteersharp-21.x branch from 7983471 to fabeda0 Compare February 13, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants