Is there an equivalent of this for C#? I use Selenium a lot and find it annoying. Be interested to see if this is much better.
Under the covers this uses the DevTools protocol which has a number of projects around it: https://github.com/ChromeDevTools/awesome-chrome-devtools/#c... A C# binding was added just recently: https://github.com/BaristaLabs/chrome-dev-tools
Thanks for the binding link. Will check it out this weekend.