I'm working on a bot that buys by himself, but the page knows I'm using a bot maybe because the message "Chrome is being controlled by automated test software", so I want to know if there is a way in pupeteer to launch a "regular version" of a browser simulating that is a human person so in that way not being tracked as a bot by the page.
I tried with
const browser = await puppeteer.launch({
headless: false,
defaultViewport: null,
executablePath: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'
});
but is the same using Chrome and chronium