Skip to content

Update dependency PuppeteerSharp to v21#25

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PuppeteerSharp 20.2.221.1.0 age adoption passing confidence

Release Notes

hardkoded/puppeteer-sharp (PuppeteerSharp)

v21.1.0

What's New

What's Changed

New Contributors

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

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.

v20.2.6

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v20.2.5...v20.2.6

v20.2.5

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@20.2.4...v20.2.5

v20.2.4

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@v20.2.2...20.2.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 from 54ebdb9 to 6b1bfac Compare February 12, 2026 20:05
@renovate renovate bot force-pushed the renovate/puppeteersharp-21.x branch from 6b1bfac to cb8e07a Compare February 18, 2026 05:44
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.

0 participants