You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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]>
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
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]>