Replies: 1 comment 2 replies
-
Hi, did you get any solution on this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know how to apply stealth plugin to the standard testing framework (@playwright/test) if that's possible, or use the same features like debug, tracer and use the command "npx playwright test" as usual instead of a separated script.
The problem that I'm trying to solve is that I need to login into a site that has bot protection to run some testing scripts already done.
I'm quite new to typescript and playwright, so I do know if that's possible and how I can use these features to solve a login problem.
Beta Was this translation helpful? Give feedback.
All reactions