Verify.HeadlessBrowsers
Verify.HeadlessBrowsers copied to clipboard
Bump PuppeteerSharp from 16.0.0 to 17.0.0 in /src
Bumps PuppeteerSharp from 16.0.0 to 17.0.0.
Release notes
Sourced from PuppeteerSharp's releases.
v17.0.0
Breaking change
Hopefully these features are not that popular
- Remove WaitForTimeoutAsync. Use
Task.Delayinstead. by@kblokin hardkoded/puppeteer-sharp#2595- Rename
ClickCounttoCountby@kblokin hardkoded/puppeteer-sharp#2600- Deprecate
Frame.Name@kblokin hardkoded/puppeteer-sharp#2602What's new
- Chrome 124
- Introduce Page.SetBypassServiceWorkerAsync by
@kblokin hardkoded/puppeteer-sharp#2587- Introduce Frame.FrameElement by
@kblokin hardkoded/puppeteer-sharp#2602What's Changed
- Revert "Introduce protocol in launch options (#2578)" by
@kblokin hardkoded/puppeteer-sharp#2585- Make isIntersectingViewport work with SVG elements by
@kblokin hardkoded/puppeteer-sharp#2586- Make page.goBack work with bfcache in tab mode by
@kblokin hardkoded/puppeteer-sharp#2589- Ensure fission.bfcacheInParent is disabled for cdp in Firefox by
@kblokin hardkoded/puppeteer-sharp#2591- Update cookies object model by
@kblokin hardkoded/puppeteer-sharp#2592- [BREAKING]: Remove WaitForTimeoutAsync by
@kblokin hardkoded/puppeteer-sharp#2595- [BREAKING] Rename ClickCount to Count by
@kblokin hardkoded/puppeteer-sharp#2600- Remove NetworkServiceInProcess2 set by default by
@kblokin hardkoded/puppeteer-sharp#2601- [BREAKING] Deprecate Frame.Name and expose FrameElement by
@kblokin hardkoded/puppeteer-sharp#2602- Reduce memory allocations and use collection expressions in JSHandle by
@IliaBrahinetsin hardkoded/puppeteer-sharp#2604- Reload should not resolve early on fragment navigations by
@kblokin hardkoded/puppeteer-sharp#2603- Query only unignored nodes by
@kblokin hardkoded/puppeteer-sharp#2606New Contributors
@IliaBrahinetsmade their first contribution in hardkoded/puppeteer-sharp#2604Full Changelog: https://github.com/hardkoded/puppeteer-sharp/compare/v16.0.0...v17.0.0
Commits
20d6fabRoll Chrome to 124 (#2610)f8ff8afRevert breaking XPath Change (#2609)853b87cQuery only unignored nodes (#2606)0922fdaReload should not resolve early on fragment navigations (#2603)b0ddba6Reduce memory allocations and use collection expressions in JSHandle (#2604)44e8a4b[BREAKING] Deprecate Frame.Name and expose FrameElement (#2602)8984203Remove NetworkServiceInProcess2 set by default (#2601)7931f4b[BREAKING] Rename ClickCount to Count (#2600)975c86d[BREAKING] Remove XPathAsync and WaitForXPathAsync (#2597)eddc391[BREAKING]: Remove WaitForTimeoutAsync (#2595)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)