You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a bug, but after updating the NuGet package from v4.35.0 to v4.36.0 I get following exception in a C# VSTO Add-In deployed with ClickOnce Deployment:
System.IO.FileNotFoundException: Selenium Manager binary 'selenium-manager.exe' was not found in the following paths:
%LOCALAPPDATA%\Apps\....
%LOCALAPPDATA%\assembly\....
After downgrading to v4.35.0 it works as usual.
This error only occurs in the deployed VSTO Add-In, not when debugging with Visual Studio.
Reproducible Code
ChromeDriverService ChromeService = ChromeDriverService.CreateDefaultService();
ChromeDriver Chrome = new ChromeDriver(ChromeService);