fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
172 stars 65 forks source link

Detected by realtor.com #19

Open rodrigae opened 2 years ago

rodrigae commented 2 years ago

How can I configure this work undetected by real estate websites?

fysh711426 commented 2 years ago

The default configuration is least detected.

But there are still many websites that can be detected, this is a game of cat and mouse.

using var driver = UndetectedChromeDriver.Create(
    driverExecutablePath: @"D:\xxx\chromedriver.exe",
    userDataDir: @"D:\xxx\ChromeUserData");