Hide some infos to the site
-
Is there a way to hide "chrome is being controlled by an automated tool" to the site ? I means with js we can check this, so Ive learn from stackoverflow that the script check the string $cdxxxx and if it's matching so this means chrome is being controlled otherwise it's not. I have changed this string but I'm unable to setup this as the main driver in my script (webdriverio)
-
You have to use a stealthy chromedriver, OB2 will have this.
Examples for python:
Selenium: https://pypi.org/project/selenium-stealth/
Puppeteer: https://pypi.org/project/pyppeteer-stealth/
Playwright: https://pypi.org/project/playwright-stealth/
-
Thanks you
-
What about to enable Javascript while using selenium-driver ?