I am using Conductor framework for Selenium. I am using Cucumber as JUnit test runner. I am using Firefox webdriver but unable to add Firefox binaries to path. If I add -Dwebdriver.Firefox.bin="path" as JVM argument cucumber throws error. I also tried to add a static block to set System property. Still selenium couldn't find Firefox binaries.
            Asked
            
        
        
            Active
            
        
            Viewed 453 times
        
    0
            
            
        - 
                    http://stackoverflow.com/questions/20950748/cannot-find-firefox-binary-in-path-make-sure-firefox-is-installed – Grasshopper Nov 15 '16 at 08:02
- 
                    I am not creating driver explicitly. Conductor does under the hood. – Forkmohit Nov 15 '16 at 09:02
