Documentation ¶
Index ¶
- Variables
- type Browser
- func (b *Browser) Load(url string) error
- func (b *Browser) Reset(url string) error
- func (b *Browser) SetGetTitle(fn func() string)
- func (b *Browser) SetGetURL(fn func() string)
- func (b *Browser) SetLoadURL(fn func(url string))
- func (b *Browser) Status() (browser.Status, error)
- func (b *Browser) Title() (string, error)
- func (b *Browser) URL() (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotInitialized = errors.New("not initialized")
)
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct {
// contains filtered or unexported fields
}
func NewBrowser ¶
func NewBrowser() *Browser
func (*Browser) SetGetTitle ¶
func (*Browser) SetLoadURL ¶
Click to show internal directories.
Click to hide internal directories.