Versions in this module Expand all Collapse all v0 v0.1.0 Mar 29, 2025 Changes in this version + func GenerateActionSequence(taskAction taskstypes.Action, taskCreds *taskstypes.Credentials, ...) (chromedp.Action, error) + type Manager struct + func NewManager(cfg *config.BrowserConfig, logger *log.Logger) (*Manager, error) + func (m *Manager) ClearCookiesAction() chromedp.Action + func (m *Manager) ExecuteTask(task *taskstypes.Task) (*taskstypes.TaskResult, error) + func (m *Manager) GetCookiesAction(cookies *[]*network.Cookie) chromedp.Action + func (m *Manager) GetCurrentURLAction(url *string) chromedp.Action + func (m *Manager) GetPageTitleAction(title *string) chromedp.Action + func (m *Manager) SetCookiesAction(cookies []*network.CookieParam) chromedp.Action + func (m *Manager) Shutdown(ctx context.Context) error