Documentation
¶
Index ¶
- type Browser
- func (b *Browser) DeleteCookies(name, domain string) error
- func (b *Browser) FindCookie(name, domain string) (Cookie, bool)
- func (b *Browser) GetCookies() ([]Cookie, error)
- func (b *Browser) NewPage() *page.Page
- func (b *Browser) RedLight()
- func (b *Browser) RefreshCookies() error
- func (b *Browser) SendCommandWithResponse(method string, params map[string]interface{}) (map[string]interface{}, error)
- func (b *Browser) SendCommandWithoutResponse(method string, params map[string]interface{}) error
- func (b *Browser) SetCookie(cookie Cookie) error
- type Cookie
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct {
// contains filtered or unexported fields
}
func GreenLight ¶
func (*Browser) DeleteCookies ¶
func (*Browser) FindCookie ¶
Find a specific cookie by name and domain
func (*Browser) GetCookies ¶
func (*Browser) RefreshCookies ¶
Refresh all cookies from the browser
func (*Browser) SendCommandWithResponse ¶
func (*Browser) SendCommandWithoutResponse ¶
Click to show internal directories.
Click to hide internal directories.