You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
sanudatta11
changed the title
Integration for or anything similar like puppeteer-extra-plugin-stealth
Integration of anything similar like puppeteer-extra-plugin-stealth
Jun 29, 2020
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
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?
The text was updated successfully, but these errors were encountered: