java.net.ConnectException: Connection refused: connect while launching Firefox through GeckoDriver
I have downloaded the latest version of Firefox ie Quantum. For Selenium,earlier there was no need of downloading any executable for Firefox to open an URL but now it throws an error of setting property for GeckoDriver. So, I downloaded the latest version of geckodriver-v0.20.1-arm7hf.tar.gz and put that in System.setProperty() so it has thrown an error of connection refusal. So, I used the alternative for opening the URL on Chrome. Downloaded chromeExecutable and was able to open without any connection refusal. Code snippet:- System.setProperty("webdriver.gecko.driver", "C:\\XYZ\\XXXX\