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
Answer is tested by me and inspired by https://stackoverflow.com/a/60405966/3997521.