Versions in this module Expand all Collapse all v0 v0.5.0 Mar 15, 2026 v0.4.0 May 31, 2025 Changes in this version + const BrowserDataPath + const BrowserPromptDefault + const BrowserServerName + func NewBrowserServer(ctx context.Context) (abstract.Service, error) + type BrowserConfig struct + BrowserDataPath string + DataPath string + DefaultLanguage string + Headless bool + PromptFile string + Proxy string + SelectorQueryTimeout int + Timeout int + URLTimeout int + UserAgent string + func NewBrowserConfig() *BrowserConfig + func (cfg *BrowserConfig) Check() error + type BrowserServer struct + func (bs *BrowserServer) Close() error + func (bs *BrowserServer) Config() string + func (bs *BrowserServer) Init() error + func (bs *BrowserServer) LoadConfig(jsonData map[string]any) error + func (bs *BrowserServer) Name() comm.MoLingServerType