I m using puppeteer for scraping. I can pass navigator.webdriver property= false but i need to delete that prop completely.
I tried with passing false to navigator.webdriver. This trick can pass on https://intoli.com/blog/not-possible-to-block-chrome-headless/chrome-headless-test.html
but in https://bot.sannysoft.com/ cant.
here is webpage testing bot. This test is looking for are there any "webdriver" prop in navigator object. Doesn't care if its true or false. I need to remove this webdriver prop from browser.