browser

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 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
	// Customize items to save.
	OnlyToSave(toSave []item.Item)
	// Copy bookmarks
	CopyBookmark() (string, error)
	// BrowsingData returns all browsing data in the browser.
	BrowsingData(isFullExport bool) (*browingdata.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