I am using Puppeteer with non-headless and somehow I keep getting flagged as a bot by Re-Captcha. I'm not trying to do anything shady, I just have some special automation software that's why I use non-headless Chromium.
When I hit a Re-Captcha on Chrome usually I just have to click I am not a bot and it auto verifies me. However, the same does not work in Chromium, they ask for a very complicated captcha, then after that I'm flagged as a bot by the service provider I am using, even though I am non-headless.
I tried puppeteer-extra-plugin-stealth
but I think it only works for headless actually? Is there something similar for non-headless.