Selenium.WebDriver.UndetectedChromeDriver
Selenium.WebDriver.UndetectedChromeDriver copied to clipboard
Hello, I am getting this error when I run it  System: Windows 10 Google Chrome 116 Selenium.WebDriver.UndetectedChromeDriver 2.3.0 on net6.0 console app
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?
Hi, I like this package and it is working fine with the systems we are using for automation, but I want to run this on a grid having multiple nodes,...
How may I specify the location? Unable to do this with UndetectedChromeDriver
How to remove this duplicate window when connecting to remote debugging? ``` options.AddArgument($"--remote-debugging-host=localhost"); options.AddArgument($"--remote-debugging-port={port}"); options.AddArgument($"--devtools-ws-endpoint={wsEndpoint}"); ``` 
Update?
This has been super useful thank you. That being said I think the original version has been updated since your latest release; any idea when you might be able to...
Please someone give me an example of how to start. I'm getting errors and have no idea how to start. Can anyone suggest a code to get started that works?...
Couldn’t sign you in This browser or app may not be secure. [Learn more](https://support.google.com/accounts/answer/7675428?hl=en) Try using a different browser. If you’re already using a supported browser, you can try again...
how to use ChromeOptions options = new ChromeOptions(); options.BinaryLocation = pathChromes; Thanks !!!!!!!!!!!!!!!!!!!
Hello. I was trying to use this library to bypass CloudFare detection. When I tried to use driver in normal mode everything is OK, but then I pass headless flag...