How to invoke Firefox browser installed in other driver than "C" drive using Selenium?
I have installed Firefox in D drive rather than C driver. Is there a way to invoke browser using selenium in this context?
EDIT 1:
Am not concerned with location of driver . I am only concerned with installation location of browser.Hope you understand
Try
FirefoxBinary
for achieve it code for java