I am using Fitnesse to execute a simple test case to login and logout of an application .
The chrome binary is at a different location (not at the default location ).
When I execute the tests , I get an exception . org.openqa.selenium.WebDriverException : unknown error : cannot find Chrome binary .
Is there a way to configure the chrome binary installation location in Fitnesse ?
I am using hsac-fitness-fixtures for web testing using Selenium for this .
Any help would be greatly appreciated.