browser

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChromeBrowser

type ChromeBrowser struct {
	// contains filtered or unexported fields
}

func NewChromeBrowser

func NewChromeBrowser(options ChromeBrowserOptions, observability *common.Observability) *ChromeBrowser

type ChromeBrowserImage

type ChromeBrowserImage struct {
	Data []byte
	DOM  string
}

type ChromeBrowserOptions

type ChromeBrowserOptions struct {
	Width      int
	Height     int
	UserAgent  string
	JsCode     string
	Timeout    int
	Delay      int
	FullPage   bool
	Path       string
	Proxy      string
	Headers    []string
	HeadersMap map[string]interface{}

	// http codes to screenshot (used as a filter)
	ScreenshotCodes []int
	AsPDF           bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL