Releases: go-oss/chromedp-helper
Releases · go-oss/chromedp-helper
Release v1.1.0
Changes
- WaitResponse bugs and behaviors was fixed.
- Stringer is no longer exported.
- SaveCookies and RestoreCookies methods were added.
- Argument such as
urlstr interface{}
andfilename interface{}
can be specified by string pointer and more.