google finds my browser is being manipulated/controlled/automated by software, and because of that I get reCaptcha. When I manual start chromium and do the same steps the reCaptcha doesn't appear.
Question 1)
Is it possible to solve captcha Programmatically or get rid of it when using puppeteer? Any way to solve this?
Question 2)
Does this happens only when without headless option i.e
const browser = await puppeteer.launch({
headless: false
})
OR this is something the fact we have to accept and move on?