Integration of anything similar like puppeteer-extra-plugin-stealth
sanudatta11 opened this issue · 3 comments
Hello,
Our use case basically needs a OAuth Login like Chrome or facebook for a complete E2E testing.
We are using playwright and running it on lambda. The Normal Login works fine but the OAuth fails due to the headless mode. I found out the package puppeteer-extra-plugin-stealth which is used to bypass bot protection for OAuth.
Is there any way we can use the same plugin in playwright as its a fork from puppeteer?
Hey @sanudatta11. Awesome idea! playwright-aws-lambda is not trying to do anything more than just provide the tools necessary to run Playwright in the AWS Lambda environment. I think that additional tools could be leveraged with playwright-aws-lambda to accomplish what you're asking. It looks like puppeteer-extra-plugin-stealth is a plugin for puppeteer-extra. I'd love to see the community create a similar package for Playwright (e.g. playwright-extra). See a conversation here: berstend/puppeteer-extra#144
Going to close this out as we do not intend to build this functionality into playwright-aws-lambda at this time. Thanks!
Hey @austinkelleher - any idea on how to use this with playwright-extra?
https://github.com/berstend/puppeteer-extra/tree/master/packages/playwright-extra