I have a project with WebDriver 2.53. I am not ready to move it to 3.x. I am running Windows 7. My code is in Java.
With Selenium WebDriver 2.53, latest Firefox is not supported. I need to supply it with Firefox 44. (45 esr fails most of the time in my experience). But a system-wide installation of an old version of Firefox triggers a corporate auto-update system.
There is a portable version of Firefox 44 that one can install anywhere without affecting the system-wide Firefox. But I would need to set WebDriver to use the Firefox executable at a certain path, not in C:\Program Files(x86)\Mozilla Firefox.
How do I set this path? I did search bit nothing I could find online works.