Skip to content

chromedp v0.7.4

Compare
Choose a tag to compare
@ZekeLu ZekeLu released this 13 Jul 07:05
· 89 commits to master since this release
  • Update to latest cdproto (93.0.4574.1_9.3.334 definitions)
  • Add command line option: IgnoreCertErrors (#809)
  • Upgrade github.com/gobwas/ws to v1.1.0
  • Use CallFunctionOn to execute js on node (#852)
    Note: This change uses DOM.scrollIntoViewIfNeeded which was introduced in Chromium 82.0.4056.0. So this could be a breaking change for older browsers (see #881 (comment) for more information). Thank you @FournyP for reporting the issue.
  • Make the screenshot actions act the same as Chrome commands (#863)
  • Minor refactoring and source code clean up.