Skip to content

chromedp v0.8.8

Compare
Choose a tag to compare
@ZekeLu ZekeLu released this 05 Mar 13:05
· 22 commits to master since this release
  • 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