Skip to content

Releases: chromedp/chromedp

chromedp v0.13.2

19 Mar 23:35

Choose a tag to compare

chromedp v0.13.0

03 Mar 22:45

Choose a tag to compare

chromedp v0.11.0

14 Oct 18:44

Choose a tag to compare

chromedp v0.10.1

14 Oct 18:16

Choose a tag to compare

chromedp v0.9.2

05 Aug 04:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

chromedp v0.9.1

15 Apr 02:24

Choose a tag to compare

This is a quick fix of v0.9.0.

chromedp v0.9.0

10 Mar 22:29

Choose a tag to compare

Reenables support for Go 1.16.

chromedp v0.8.8

05 Mar 13:05

Choose a tag to compare

  • introduce BrowserContext support (#1269, Thank you @onsi)
  • make parseRemoteObject handle undefined/null reasonably (#1260, #1261, #1264, Thank you @xueyc1f)
    • Note: it does not support go < 1.18 any more because it uses reflect.Pointer.
  • Updating to latest cdproto 112.0.5608.1_11.2.178 dependency
  • Other improvements (Thank you @alexandear)
    • Fix leaked temp dirs when run TestConcurrentCancel (#1272)
    • Use time.AfterFunc instead of spawning goroutine (#1266)
    • And more

chromedp v0.8.7

10 Jan 05:01

Choose a tag to compare

  • introduce a remote allocator option: NoModifyURL (#1184) (Thank you @andyMrtnzP and @AlexLoyola)
  • Remove ioutil because it is deprecated since go1.16 (#1205) (Thank you @alexandear)
  • update the screenshot funcs to match the behavior of chrome commands (#1221) (Thank you @tavsec for reporting the issue)
  • improve TestDownloadIntoDir (#1227) (Thank you @dithmer)
  • update to latest cdproto (111.0.5528.1_11.1.134 definitions) . Remarkable changes:

chromedp v0.8.6

02 Nov 04:27

Choose a tag to compare

  • add RetryInterval option to query actions (#1159) (Thank you @taylorchu)
  • Update to latest cdproto (108.0.5320.1_10.8.51 definitions)