Skip to content

airtaxi/SeleniumConfigurator

Repository files navigation

SeleniumConfigurator

NuGet version (SeleniumConfigurator)

Selenium Configurator automatically downloads matching drivers for installed browsers.
The project supports Edge and Chrome.
Other browsers will be supported later.

Usage

Chrome
string driverPath = SeleniumConfigurator.Chrome.GetDriverPath();
var service = ChromeDriverService.CreateDefaultService(driverPath);
var driver = new ChromeDriver(service);
Edge
string driverPath = SeleniumConfigurator.Edge.GetDriverPath();
var service = EdgeDriverService.CreateDefaultService(driverPath);
var driver = new EdgeDriver(service);

Developer

이호원 (Howon Lee) a.k.a hoyo321 or kck4156, airtaxi

License

MIT License

About

A library that automatically downloads and caches the Selenium driver for C#

Topics

Resources

License

Stars

Watchers

Forks

Languages