v0.4.0
版本发布时间: 2019-08-16 00:14:01
chromedp/chromedp最新发布版本:v0.9.2(2023-08-05 12:42:40)
- add
WaitNewTarget
to grab a tab opened by an existing tab - add
CombinedOutput
to gather the browser's output - add
ByJSPath
to select nodes via a JS expression - add
Emulate
andDevice
to easily emulate devices - mouse actions now use
float64
coordinates to improve high-DPI support - fix an edge case where
FullXPath
could return an incorrect path - make
DefaultExecAllocatorOptions
an array, to discourage racy usage - give better errors when an unexpected
undefined
is encountered - fix a possible panic if
page.Navigate
is used directly - split
Action
into many interfaces to organise the docs into sections - add a number of examples and improve the documentation