Skip to content

docs: add section on extending PlaywrightBrowserPlugin#1963

Open
vedika333 wants to merge 1 commit into
apify:masterfrom
vedika333:docs/extending-playwright-browser-plugin
Open

docs: add section on extending PlaywrightBrowserPlugin#1963
vedika333 wants to merge 1 commit into
apify:masterfrom
vedika333:docs/extending-playwright-browser-plugin

Conversation

@vedika333

Copy link
Copy Markdown

Closes #1936

Adds a new section "Extending playwright browser plugin" to the Playwright
crawler guide, covering how to subclass PlaywrightBrowserPlugin and
override new_browser to integrate a custom browser backend.

Changes:

  • New section added to playwright_crawler.mdx before Conclusion
  • New code example: extending_playwright_browser_plugin_example.py

The section also includes a note for third-party projects to link
to as a canonical reference for plugin subclassing, as suggested
by @vdusek in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Add guide on building custom extensions (e.g. browser plugins)

2 participants