v0.8.8
版本发布时间: 2023-03-05 21:05:56
chromedp/chromedp最新发布版本:v0.9.2(2023-08-05 12:42:40)
- 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
.
-
Note: it does not support go < 1.18 any more because it uses
- 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