Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBrowser = "http://127.0.0.1:9222"
View Source
const DefaultRuntime = "builtin"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builtin ¶
type Builtin struct {
// contains filtered or unexported fields
}
type Options ¶
type Options struct { Type string Proxy string UserAgent string Headers *drivers.HTTPHeaders Cookies *drivers.HTTPCookies KeepCookies bool BrowserAddress string WithBrowser bool WithHeadlessBrowser bool }
func NewDefaultOptions ¶
func NewDefaultOptions() Options
func (*Options) ToInMemory ¶
Click to show internal directories.
Click to hide internal directories.