Skip to content

Releases: chromedp/chromedp

chromedp v0.8.1

05 May 11:05
Compare
Choose a tag to compare
  • 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).

chromedp v0.8.0

21 Mar 06:11
Compare
Choose a tag to compare

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.

chromedp v0.7.8

11 Mar 12:26
Compare
Choose a tag to compare

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

chromedp v0.7.7

04 Feb 06:52
Compare
Choose a tag to compare
  • Update to latest cdproto (100.0.4862.2_10.0.51 definitions)
  • Avoid the unnecessary wait in the first iteration of a loop (#929)

chromedp v0.7.6

26 Nov 22:23
Compare
Choose a tag to compare

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

chromedp v0.7.5

26 Nov 22:15
Compare
Choose a tag to compare

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

chromedp v0.7.4

13 Jul 07:05
Compare
Choose a tag to compare
  • 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.

chromedp v0.7.3

27 May 03:40
Compare
Choose a tag to compare
  • 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)

chromedp v0.7.2

10 May 00:40
Compare
Choose a tag to compare
  • Update cdproto to 92.0.4501.1_9.2.173 definitions
  • Search chrome binary in different locations on different OS systems. (#811)
  • Expose process of the Browser (#737)
  • Wrap errors with go 1.13 %w verb (#743)
  • Fix comment about websocket timeout in allocate.go (#727)

chromedp v0.7.1

10 May 00:27
Compare
Choose a tag to compare
  • Fix typo in the example