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");
}
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");
}