Issue running chromedriver/selenium " Unable to locate or obtain Selenium Manager binary"
Getting this error:
OpenQA.Selenium.WebDriverException: Unable to locate or obtain Selenium Manager binary at C:\Users\Daniel\AppData\Local\Temp\LINQPad7_eaqjwakt\shadow-1\selenium-manager\windows\selenium-manager.exe
And yet I have copied this file to my working folder and also called
Directory.SetCurrentDirectory (Path.GetDirectoryName (LINQPad.Util.CurrentQueryPath);
And also F4 referenced the actual exe
What am I missing here?
Comments
Also, the file does indeed exist in the shadow folder.
Aha, related to a bug in chromedriver. I was setting the chromedriver path, but no the exe. Doh!
https://github.com/SeleniumHQ/selenium/pull/12816/files#diff-c38089621d41671b4719164b262303e275d4a4a442125fd9d4ea61eeca855c2bR267