Documentation ¶
Index ¶
- type Browser
- type Flags
- func (flags Flags) Get(arg string) (interface{}, error)
- func (flags Flags) GetInt(arg string) (int, error)
- func (flags Flags) GetString(arg string) (string, error)
- func (flags Flags) Has(arg string) bool
- func (flags Flags) List() []string
- func (flags Flags) Set(arg string, value interface{}) (err error)
- func (flags Flags) SetN(arg string) (err error)
- func (flags Flags) String() string
- type Option
- func WithCustomInstallation(executablePath string) Option
- func WithDebugginPort(num int) Option
- func WithDevtools() Option
- func WithHeadless() Option
- func WithIO() Option
- func WithIgnoredHTTPSErrors() Option
- func WithSlowMo() Option
- func WithUserDataDir(str string) Option
- func WithoutDefaultArgs() Option
- func WithoutUserDataDir() Option
- type Options
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 (*Browser) DebuggingAddress ¶
func (*Browser) DebuggingPort ¶
type Option ¶
type Option func(opts *Options)
func WithCustomInstallation ¶
func WithDebugginPort ¶
func WithDevtools ¶
func WithDevtools() Option
func WithHeadless ¶
func WithHeadless() Option
func WithIgnoredHTTPSErrors ¶
func WithIgnoredHTTPSErrors() Option
func WithSlowMo ¶
func WithSlowMo() Option
func WithUserDataDir ¶
func WithoutDefaultArgs ¶
func WithoutDefaultArgs() Option
func WithoutUserDataDir ¶
func WithoutUserDataDir() Option
Click to show internal directories.
Click to hide internal directories.