v0.8.7
版本发布时间: 2023-01-10 13:01:57
chromedp/chromedp最新发布版本:v0.9.2(2023-08-05 12:42:40)
- 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:
- remove
page.SetDownloadBehavior
(https://github.com/chromedp/pdlgen/pull/19). - add pre-cleanup fixup for the
runtime.executionContextDestroyed
event (https://github.com/chromedp/pdlgen/pull/20).
- remove