Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FailedLoadReloadDelay = time.Second * 10
Functions ¶
This section is empty.
Types ¶
type BasicAuthCredentials ¶
type Browser ¶
func NewBrowser ¶
func NewBrowser() Browser
type BrowserManager ¶
type BrowserManager struct { Browser Browser Config config.Configuration }
func NewBrowserManager ¶
func NewBrowserManager(c config.Configuration) BrowserManager
func (*BrowserManager) Close ¶
func (bm *BrowserManager) Close()
func (*BrowserManager) Pause ¶
func (bm *BrowserManager) Pause()
func (*BrowserManager) Resume ¶
func (bm *BrowserManager) Resume()
func (*BrowserManager) Start ¶
func (bm *BrowserManager) Start()
type Tab ¶
type Tab struct { Browser *Browser Context context.Context Close func() // contains filtered or unexported fields }
func (*Tab) NavigateWithBasicAuth ¶
func (t *Tab) NavigateWithBasicAuth(url string, creds BasicAuthCredentials)
Click to show internal directories.
Click to hide internal directories.