browsers

package
v0.0.0-...-d3f3ab3 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Chrome

func Chrome(browserPath, logFolderPath string)

func Edge

func Edge(browserPath, logFolderPath string)

func Firefox

func Firefox(browserPath, logFolderPath string)

func Opera

func Opera(browserPath, logFolderPath string)

func OperaGX

func OperaGX(browserPath, logFolderPath string)

Types

type AutofillEntry

type AutofillEntry struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type CookieEntry

type CookieEntry struct {
	Host   string `json:"host"`
	Path   string `json:"path"`
	Expiry int    `json:"expiry"`
	Name   string `json:"name"`
	Value  string `json:"value"`
}

type PasswordEntry

type PasswordEntry struct {
	OriginUrl string `json:"origin_url"`
	Username  string `json:"username_value"`
	Password  string `json:"password"`
}

Jump to

Keyboard shortcuts

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