Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { Browser playwright.Browser Context playwright.BrowserContext Cfg *config.AppConfig // contains filtered or unexported fields }
Manager holds the Playwright instance, browser instance, and browser context.
func NewManager ¶
NewManager creates a new browser manager.
func (*Manager) LaunchBrowserAndContext ¶
LaunchBrowserAndContext launches the configured browser and creates a new context with storage state.
Click to show internal directories.
Click to hide internal directories.