chromedp/chromedp
 Watch   
 Star   
 Fork   
2023-08-05 12:27:25
chromedp

chromedp v0.9.2

What's Changed

New Contributors

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

2023-03-11 17:56:01
chromedp

chromedp v0.9.1

This is a quick fix of v0.9.0.

2023-03-11 06:24:23
chromedp

chromedp v0.9.0

Reenables support for Go 1.16.

2023-03-05 20:42:26
chromedp

chromedp v0.8.8

  • introduce BrowserContext support (#1269, Thank you @onsi)
  • make parseRemoteObject handle undefined/null reasonably (#1260, #1261, #1264, Thank you @xueyc1f)
  • 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
2023-01-10 12:10:08
chromedp

chromedp v0.8.7

  • 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:
2022-10-01 04:02:51
chromedp

chromedp v0.8.6

  • add RetryInterval option to query actions (#1159) (Thank you @taylorchu)
  • Update to latest cdproto (108.0.5320.1_10.8.51 definitions)
2022-08-27 11:47:56
chromedp

chromedp v0.8.5

  • Update to latest cdproto (107.0.5263.1_10.7.36 definitions)
2022-08-14 13:39:06
chromedp

chromedp v0.8.4

  • 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
2022-07-26 07:03:48
chromedp

chromedp v0.8.3

  • 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
2022-05-26 07:04:29
chromedp

chromedp v0.8.2

  • 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