Selenium.WebDriver.UndetectedChromeDriver icon indicating copy to clipboard operation
Selenium.WebDriver.UndetectedChromeDriver copied to clipboard

How to disable password_manager

Open marsfann opened this issue 2 years ago • 0 comments

When I use chromedriver

ChromeOptions options = new ChromeOptions();
options.AddUserProfilePreference("credentials_enable_service", false); options.AddUserProfilePreference("profile.password_manager_enabled", false);

How to disable password_manager by use UndetectedChromeDriver?

marsfann avatar Jun 06 '23 02:06 marsfann