Selenium.WebDriver.UndetectedChromeDriver icon indicating copy to clipboard operation
Selenium.WebDriver.UndetectedChromeDriver copied to clipboard

Selenium.WebDriver.UndetectedChromeDriver

Status License NuGet


C# Port of https://github.com/ultrafunkamsterdam/undetected-chromedriver

Automatically downloads latest chrome driver.

Usage:

using (var driver = UndetectedChromeDriver.Instance("profile_name"))
{
    driver.GoTo("https://google.com");
}