Documentation
¶
Index ¶
- Variables
- func Clear()
- func GetCookies() (map[string]string, error)
- func GetCookiesAll() (map[string]string, error)
- func GetReq(key string) string
- func GetRes(key string) string
- func GetUrl() (string, error)
- func GetUrlQuery(key string) string
- func LoadUrl(targetURL string)
- func Run(urlPath string, msedgePath ...string)
- func RunCli(urlPath string, msedgePath ...string)
- func Stop()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // StatusChan 用于外部接收浏览器关闭信号 StatusChan = make(chan error, 1) )
Functions ¶
func GetCookies ¶
GetCookies 获取当前页面的所有 Cookie 并返回 Map 格式 [Name]Value
func GetCookiesAll ¶
GetCookiesAll 获取所有 Cookie (Storage) 并返回 Map 格式 [Name]Value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.