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