Код: Выделить всё
OpenQA.Selenium.NoSuchDriverException : Unable to obtain chrome using Selenium Manager; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location
----> OpenQA.Selenium.WebDriverException : Error starting process: C:\Automation\DevTools\ui-automation\UIAutomation\UIAutomation\bin\Debug\selenium-manager\windows\selenium-manager.exe --browser "chrome" --language-binding csharp --output json
----> OpenQA.Selenium.WebDriverException : Selenium Manager process exited abnormally with 2 code: C:\Automation\DevTools\ui-automation\UIAutomation\UIAutomation\bin\Debug\selenium-manager\windows\selenium-manager.exe --browser "chrome" --language-binding csharp --output json
Error Output >>
error: Found argument '--language-binding' which wasn't expected, or isn't valid in this context
If you tried to supply '--language-binding' as a value rather than a flag, use '-- --language-binding'
Usage: selenium-manager.exe
For more information try '--help'
Я пробовал переустановить Selenium.WebDriver.ChromeDriver и удалить chromedriver.exe из папки bin/debug.
Подробнее здесь: [url]https://stackoverflow.com/questions/78790581/unable-to-obtain-chrome-using-selenium-manager-language-binding[/url]