browser

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2025 License: MIT Imports: 14 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

	// Image cropping parameters
	OffsetX    int // X offset for cropping
	OffsetY    int // Y offset for cropping (to skip header)
	CropWidth  int // Cropped width
	CropHeight int // Cropped height
}

Jump to

Keyboard shortcuts

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