-
-
Couldn't load subscription status.
- Fork 8.6k
Closed
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-dotnet.NET Bindings.NET BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows
Description
Description
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);ℹ️ Last known working version: 4.35.0
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-dotnet.NET Bindings.NET BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows