Writing a Selenium test using .NET core and Visual Studio Code
October 7, 2021
I’m rediscovering my first programming love; .NET. I’m having a blast and .NET core keeps giving.
This post is one of those - I can’t believe that I couldn’t find this post on the net somewhere. Or I didn’t look hard enough.
But I wanted to setup Selnium testing, but only use .NET Core and Visual Studio Code on my Mac. Every example I saw was using older versions of .NET core (I’m writing this on .NET core 5) and/or Visual Studio, which I don’t have.