I'm using Selenium with Java (via Firefox) to perform some automation tasks. I noticed Selenium adds webdriver="true"
to HTML. This means Selenium is easily detectable.
My question is how can I disable this?
I know there is a similar question on SO here: Can a website detect when you are using selenium with chromedriver? but this question is about Chrome and I am using Firefox. Further, the discussion revolves around how companies detect automation. I know companies can detect automation in various ways but I simply want to know one thing - how to disable the webdriver="true"?
Thanks