[Feature Request]: Allow playwright server usage #820
rmuilwijk
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What needs to be done?
If you look in BrowserManager it support connect_by_cdp and normal launch. However when running a playwright server like https://azure.microsoft.com/en-us/products/playwright-testing we need to connect with chromium.connect with the url and also provide the autentication token as header.
What problem does this solve?
Allow to run playwright server mode for browseers.
Target users/beneficiaries
No response
Current alternatives/workarounds
The async webcrawler and aynsc crawler strategy currently don't support providing a custom browser manager. even though AsyncPlaywrightCrawlerStrategy does support this. A workaround could be that we could atleast pass a custom browser manager.
Proposed approach
No response
Beta Was this translation helpful? Give feedback.
All reactions