Skip to content

Tags: hardkoded/puppeteer-sharp

Tags

v20.1.3

Toggle v20.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change WebSocketTransport to protected (#2889)

v20.1.2

Toggle v20.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix low surrogate on post data (#2887)

* Fix low surrogate on post data

* bump version

* fix and tests

* ignore some tests in firefox

* fix test

* fallback to string

v20.1.1

Toggle v20.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Refactor WaitForNetworkIdle" (#2878)

* Revert "Refactor WaitForNetworkIdle (#2824)"

This reverts commit 399890f.

* Bump version

v20.1.0

Toggle v20.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Roll chrome to 132 (#2871)

* Roll chrome to 132

* Fix firefox download

* Fix xz process

v20.0.5

Toggle v20.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds SecurityDetails.subjectAlternativeNames (#2820)

* Adds SecurityDetails.subjectAlternativeNames

which is part of the Puppeteer API but not yet in PuppeterSharp

* Patch version bump

---------

Co-authored-by: Jeff Peirson <[email protected]>

v20.0.4

Toggle v20.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PostData type in protocol (#2810)

* Fix PostData type in protocol

* bump version

v20.0.3

Toggle v20.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only get build ID if executable path is not supplied. (#2801)

* Only get build ID if executable path is not supplied.

fixes #2800

* Update version to 20.0.2

v20.0.2

Toggle v20.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix deserialization exception when retrieving cookie with PartitionKe…

…y set (#2783)

* Fix incorrect CookieParam.PartitionKey type which caused deserialization exceptions

* Reimplement fix based on upstream solution

* Delete CookiePartitionKey

* remove nullable and bump version

---------

Co-authored-by: Darío Kondratiuk <[email protected]>

v20.0.0

Toggle v20.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Roll chrome to 128.0.6613.119 (#2767)

v19.0.2

Toggle v19.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return whether the permissions fix was executed successfully (#2754)