Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForegroundBrowser ¶
func NewForegroundBrowserPaused ¶
func NewForegroundBrowserPaused(navURL string, delaySeconds int, paused bool) (ForegroundBrowser, error)
NewForegroundBrowserPaused creates a new `ForegroundBrowser{}`. `delaySeconds` must be positive and is converted to positive if negative.
func (*ForegroundBrowser) Close ¶
func (fb *ForegroundBrowser) Close()
func (*ForegroundBrowser) GetWriteFileHTML ¶
func (*ForegroundBrowser) GetWriteFileMulti ¶
func (fb *ForegroundBrowser) GetWriteFileMulti(srcURL, filenameHTML string, perm os.FileMode, force bool, opts *proto.PageCaptureScreenshot) error
GetWriteFileMulti stores HTML and PNG screenshots.
Click to show internal directories.
Click to hide internal directories.