Versions in this module Expand all Collapse all v0 v0.4.0 Mar 9, 2024 Changes in this version + func NewPlaywright(option *PlaywrightOptions) (model.Scraper, error) + type Playwright struct + Browser playwright.Browser + BrowserCtx playwright.BrowserContext + Page playwright.Page + Pw *playwright.Playwright + func (pw *Playwright) GetContent(source string) string + func (pw *Playwright) GetLinks(source string) []string + type PlaywrightOptions struct + Headless bool