Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of anything similar like puppeteer-extra-plugin-stealth #10

Closed
sanudatta11 opened this issue Jun 29, 2020 · 3 comments
Closed
Labels
question Further information is requested

Comments

@sanudatta11
Copy link

sanudatta11 commented Jun 29, 2020

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?

@sanudatta11 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
@austinkelleher
Copy link
Contributor

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

@austinkelleher austinkelleher added the question Further information is requested label Jul 20, 2020
@austinkelleher
Copy link
Contributor

Going to close this out as we do not intend to build this functionality into playwright-aws-lambda at this time. Thanks!

@zkschmitz
Copy link

Hey @austinkelleher - any idea on how to use this with playwright-extra?

https://github.com/berstend/puppeteer-extra/tree/master/packages/playwright-extra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants