An example of integrating Selenuim with .NET Core for all browsers.
- Visual Studio 2017 15.8.x (recommended latest stable version)
- Installed net core 2.1
- First run the sample server on localhost:
..\src\SampleWebForQA> dotnet run
- Navigate to the tests project and execute the tests:
..\src\SampleWebForQA.UI.Tests> dotnet test