I am trying to automate some tasks on a website using chrome selenium. I spoof the navigator.webdriver
based on this post. How to spoof other properties of navigator like: deviceMemory, hardwareConcurrency, maxTouchPoints
? I am using Selenium in C#.
Any help is much appreciated