Chromedp Versions Save

A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.

v0.8.1

2 years ago
  • Update to latest cdproto (103.0.5029.1_10.3.67 definitions)
  • Code generator cleanup

Note: It drops support for Go 1.16 (due to the use of go:build).

v0.8.0

2 years ago

Minor updates for cdproto, go1.18

Updates to latest cdproto which includes minor API revisions, and updates GitHub workflows and go.mod for go1.18.

v0.7.8

2 years ago

Updating device list and cdproto (100.0.4895.2_10.0.139 definitions)

v0.7.7

2 years ago
  • Update to latest cdproto (100.0.4862.2_10.0.51 definitions)
  • Avoid the unnecessary wait in the first iteration of a loop (#929)

v0.7.6

2 years ago

Point release; updates device profiles. See v0.7.5 for more information.

v0.7.5

2 years ago

Point release; minor bug fixes and dependency updates. Updates to 98.0.4731.1_9.8.101 browser protocol definitions.

v0.7.4

2 years ago
  • 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 https://github.com/chromedp/chromedp/issues/881#issuecomment-881925149 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.

v0.7.3

2 years ago
  • Update to latest cdproto (93.0.4522.3_9.3.2 definitions)
  • Dispatch input and change events at the chromedp.SetValue() target (#819)
  • Make NewRemoteAllocator accept url without devtools/browser/... (#817)
  • Allow passing nil as res to chromedp.Evaluate() (#816)
  • Add a ModifyCmdFunc ExecAllocatorOption (#674)

v0.6.12

2 years ago
  • Auto grows the buffer to workaround the lack of fragmentation support (#782) It depends on a pre-release of github.com/gobwas/ws (v1.1.0-rc.5)
  • Fix some of the issues in the chromedp.Poll action (#778)

v0.6.11

2 years ago
  • Call submit/reset from prototype in case they are masked (#803)
  • Update README.md
  • Add Output to example tests
  • Add chromedp.Poll action to imitate puppeteer's page.waitForFunction (#766)
  • Fix GitHub actions