Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emre-gon/selenium.webdriver.undetectedchromedriver
- Owner: emre-gon
- License: gpl-3.0
- Created: 2022-02-19T21:09:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T20:48:13.000Z (about 1 year ago)
- Last Synced: 2024-09-17T02:36:34.728Z (5 months ago)
- Topics: browser-automation, selenium, selenium-webdriver, webdriver
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 62
- Watchers: 10
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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");
}
```