browser

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListBrowsers

func ListBrowsers() []string

func Names

func Names() string

Types

type Browser

type Browser interface {
	// Name is browser's name
	Name() string
	// BrowsingData returns all browsing data in the browser.
	BrowsingData(isFullExport bool) (*browsingdata.Data, error)
}

func PickBrowsers

func PickBrowsers(name, profile string) ([]Browser, error)

PickBrowsers returns a list of browsers that match the name and profile.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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