Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Playwright ¶
type Playwright struct { PW *playwright.Playwright Browser playwright.Browser Page playwright.Page }
func InitPlaywright ¶
func InitPlaywright() (Playwright, error)
func (*Playwright) Cleanup ¶
func (pw *Playwright) Cleanup() error
func (*Playwright) RestartBrowser ¶
func (pw *Playwright) RestartBrowser() (Playwright, error)
Click to show internal directories.
Click to hide internal directories.