v0.7.4
版本发布时间: 2021-07-13 15:05:36
chromedp/chromedp最新发布版本:v0.9.2(2023-08-05 12:42:40)
- Update to latest cdproto (93.0.4574.1_9.3.334 definitions)
- Add command line option: IgnoreCertErrors (#809)
- Upgrade
github.com/gobwas/ws
tov1.1.0
- Use
CallFunctionOn
to execute js on node (#852) Note: This change usesDOM.scrollIntoViewIfNeeded
which was introduced inChromium 82.0.4056.0
. So this could be a breaking change for older browsers (see https://github.com/chromedp/chromedp/issues/881#issuecomment-881925149 for more information). Thank you @FournyP for reporting the issue. - Make the screenshot actions act the same as Chrome commands (#863)
- Minor refactoring and source code clean up.