I'm trying to disable the "navigator.webdriver" as to make it a bit stealthier, is this the right way? Because even when I do this, it still shows the "Chrome is being controlled by automated test software" ribbon so I don't think it's working.
My code:
Dim bot As New WebDriver
bot.AddArgument "--disable-blink-features=AutomationControlled"
bot.Start "chrome"
I'm trying to disable the "navigator.webdriver" as to make it a bit stealthier, is this the right way? Because even when I do this, it still shows the "Chrome is being controlled by automated test software" ribbon so I don't think it's working.
My code:
Thanks! :)