Undetected Chrome Driver Uses Sl.Selenium.Extensions, Automatically downloads latest ChromeDriver
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Nov 19, 2023
$ dotnet add package Selenium.WebDriver.UndetectedChromeDriverC# 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");
}