I'm trying to submit a form with recaptcha in Playwright using node.js/typescript and pnpm. However, when the form is submitted, I get a recaptcha error message. Is there a way to solve this?
I found and tried https://github.com/xrip/playwright-recaptcha-solver but get errors while trying to add it to my project using pnpm or npm.