Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
func NewBrowser ¶
func NewBrowser() (browser *Browser)
type Tab ¶
type Tab struct {
Location *url.URL
PageResponse *http.Response
BeforeAjax []func(r *http.Request)
AfterAjax []func(r *http.Response)
// contains filtered or unexported fields
}
func (*Tab) GetPageCookie ¶
Click to show internal directories.
Click to hide internal directories.