Home
Softono
Selenium.WebDriver.UndetectedChromeDriver

Selenium.WebDriver.UndetectedChromeDriver

Open source C#
64
Stars
21
Forks
12
Issues
10
Watchers
2 years
Last Commit

About Selenium.WebDriver.UndetectedChromeDriver

Selenium.WebDriver.UndetectedChromeDriver is a C port of the popular Python-based undetected-chromedriver project. It provides a solution for software automation and web scraping tasks where standard WebDriver patterns are detected and blocked by anti-bot systems. The tool integrates seamlessly with the Selenium WebDriver API, allowing developers to automate Chrome browser interactions while bypassing common detection mechanisms. A key feature is its ability to automatically download the latest compatible version of the ChromeDriver, eliminating the need for manual binary management. The library supports custom user profiles, enabling persistent sessions and more realistic browser environments. It is designed for use in scenarios such as testing complex web applications, data extraction from protected sites, and automating user workflows that require undetected execution. Usage involves instantiating the UndetectedChromeDriver with an optional profile name, after which standard navigation and element interact

Platforms

Web Self-hosted Windows

Languages

C#

Links