I am using lang :java framework: testNG
my system has 3-4 versions of Mozilla installed, how can i open instance of specific version of Mozilla. Suppose i have 3.5, 3.6,.... version of Mozilla installed and I want to open 3.6 version and perform my testing.
For firefox
Fro Chrome browser
For Internet explorer
Just specify the path to the binary of the version..may be, like-
Just assign a path to proper version of firefox.exe to webdriver.firefox.bin property.