Documentation ¶
Index ¶
Constants ¶
View Source
const BlockSize = 16
BlockSize is block size fro encryption
Variables ¶
This section is empty.
Functions ¶
func GetAllValue ¶
GetAllValue is to get all values by url
func PrintCookies ¶
PrintCookies is to print cookies information
func SetProfile ¶
func SetProfile(name string)
SetProfile is set profile like Default depending on environment
Types ¶
type Cookie ¶
type Cookie struct { // Domain is domain Domain string // Key is key Key string // Value is value of key Value string // EncryptedValue is encryption value EncryptedValue []byte }
Cookie - Items for a cookie
func (*Cookie) DecryptedValue ¶
DecryptedValue - Get the unencrypted value of a Chrome cookie
Click to show internal directories.
Click to hide internal directories.