How do I use C# to get the path to chrome.exe on Windows?

Viewed 6297

I want to launch chrome from my automated test framework so that I can test my server-side ASP.NET code. What's the best way to determine the location of where chrome.exe is located on my computer?

2 Answers
Related