WebDriverManager.Net icon indicating copy to clipboard operation
WebDriverManager.Net copied to clipboard

Make RegistryHelper overridable due to Citrix restrictions

Open kelmelzer opened this issue 4 years ago • 0 comments

My automation is running in a Citrix Desktop environment, and I don't have access to the registry so this package will not work for me. I can access the version by other means like from cmd:

wmic datafile where name="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" get Version /value

I would like to override this class if possible.

kelmelzer avatar Sep 14 '21 15:09 kelmelzer