- Scaffold a
dotnet
console application:dotnet new console -n ThreadedSelenium
- Drop in gist files
- Extract
msedgedriver.exe
to the project folder - Run the solution with
dotnet run
- How to download the correct WebDriver for your Edge browser: https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=c-sharp#download-microsoft-edge-webdriver
- Increase number of windows by adding urls to
urls
- See the browser windows by changing
headless
tofalse
in call toCreateDriver()