Versions in this module Expand all Collapse all v0 v0.1.1 Dec 1, 2024 v0.1.0 Dec 1, 2024 Changes in this version + type Browser struct + func NewBrowser(browser string, browserArgs []string, port int, timeout int64) (*Browser, error) + func (b *Browser) Close() + func (b *Browser) Navigate(url string) + func (b *Browser) Refresh()