I am new to Selenium Web driver as well as Grid 2.
I am trying to run a test case but it gives me an exception
Exception in thread \"main\" o
I think it is due to capability.setBrowserName("FIREFOX");
capability.setBrowserName("FIREFOX");
should be capability.setBrowserName("firefox");
capability.setBrowserName("firefox");