marsfann
Results
1
issues of
marsfann
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?