I am trying to run the selenium server and in the instructions it is said that the server assumes that Chrome is located at /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome.
How do I check that it is actually located there? Because when I go to my application folder, I see that my Chrome is located at
/Applications/Google Chrome.appHow do I move it to that location (
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome)?
The problem is that when I am running the selenium test now, it opens Firefox instead of Chrome. So figure the problem is in the above path.
