- Install .NET 6 SDK or later: https://dotnet.microsoft.com/download
- Install dependencies:
dotnet add package Selenium.WebDriver dotnet add package Selenium.WebDriver.ChromeDriver
dotnet runThis will open Chrome, fill three fields on the Automation Practice Form, and close the browser after a short delay.