Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2026 Changes in this version + func AddRes(path ...string) string + func AddTmp(path ...string) string + func AppendPath(parent string, path ...string) string + func GetUnixTime() int64 + type Logger struct + func NewLogger(logFile string, logToFile, logToConsole bool) (*Logger, error) + func (l *Logger) Close() error + func (l *Logger) Debug(msg string, fields ...logrus.Fields) + func (l *Logger) Error(msg string, fields ...logrus.Fields) + func (l *Logger) Info(msg string, fields ...logrus.Fields) + func (l *Logger) Warn(msg string, fields ...logrus.Fields) + type RodClient interface + HookResource func(page *rod.Page) + InitWebClient func(wsurl string) *rod.Browser + SaveElementScreen func(el *rod.Element, path ...string) []byte + SaveHTML func(page *rod.Page, path string) bool + SavePageScreen func(pg *rod.Page, path ...string) []byte + SearchParams func(page *rod.Page, text string) (*rod.SearchResult, bool) + StartWebPage func(url string) *rod.Page + func UseRodTool(options ...func(*option)) RodClient