Chromedp Versions Save

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

v0.9.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/chromedp/chromedp/compare/v0.9.1...v0.9.2

v0.9.1

1 year ago

This is a quick fix of v0.9.0.

v0.9.0

1 year ago

Reenables support for Go 1.16.

v0.8.8

1 year ago
  • 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

v0.8.7

1 year ago
  • 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:

v0.8.6

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

v0.8.5

1 year ago
  • Update to latest cdproto (107.0.5263.1_10.7.36 definitions)

v0.8.4

1 year ago
  • Update to latest cdproto (106.0.5236.1_10.6.152 definitions)
  • refactor MatchedStyle to resist change of css.GetMatchedStylesForNode #1127
  • Allow to set custom WS URL waiting time #1036
  • fix example in readme #1135
  • ensure the user data directory is removed #1136

v0.8.3

1 year ago
  • Update to latest cdproto (106.0.5201.1_10.6.8 definitions)
  • Bug fixes related to cdproto changes
  • Fix issues with Poll() #1087
  • Fix hang issues #1076
  • Deflake TestNagivateWhileLoading #1080
  • Fix issue with TestGracefulBrowserShutdown with headless-shell #1078

v0.8.2

1 year ago
  • Update to latest cdproto (104.0.5064.1_10.4.3 definitions)
  • Bring back support for Go 1.16 (which is dropped in v0.8.1)

Note: Go <= 1.15 is not supported due to the use of go:embed