browser

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2025 License: MIT Imports: 6 Imported by: 0

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

func NewManager(cfg *config.AppConfig, cfgIndex int) (*Manager, error)

NewManager creates a new browser manager.

func (*Manager) Close

func (m *Manager) Close() error

Close stops the Playwright instance and closes the browser and context.

func (*Manager) LaunchBrowserAndContext

func (m *Manager) LaunchBrowserAndContext() error

LaunchBrowserAndContext launches the configured browser and creates a new context with storage state.

func (*Manager) NewPage

func (m *Manager) NewPage() (playwright.Page, error)

NewPage creates a new browser page from the existing context.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL