Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emre-gon/selenium.webdriver.undetectedchromedriver


https://github.com/emre-gon/selenium.webdriver.undetectedchromedriver

browser-automation selenium selenium-webdriver webdriver

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Selenium.WebDriver.UndetectedChromeDriver

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/github/license/emre-gon/Selenium.WebDriver.UndetectedChromeDriver)](/LICENSE)
[![NuGet](https://img.shields.io/nuget/v/Selenium.WebDriver.UndetectedChromeDriver.svg)](https://www.nuget.org/packages/Selenium.WebDriver.UndetectedChromeDriver)

---

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

Automatically downloads latest chrome driver.

Usage:

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