firefoxdriver - selenium webdriver java example
¿Qué versión de Firefox es compatible con Selenium 2.53.0? (2)
¿Qué versión de Firefox es compatible con Selenium 2.53.0? Intenté Firefox 45.0 y obtengo esta excepción:
org.openqa.selenium.WebDriverException: Failed to connect to binary
FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin) on port 7055; process output follows:
foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"l ocales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"45.0","maxVersion":"45.*"},{"id":"[email protected]","minVersion":"0","maxVersion":"10"}],"targetPlatforms":[],"multiprocessCompatible":false,"seen":true}
También podrías intentar agregar:
System.setProperty("webdriver.firefox.bin","C://Users//AppData//Local//Mozilla Firefox//firefox.exe");
WebDriver driver=new FirefoxDriver();
si tampoco funciona, entonces necesita degradar su FF
Tuve el mismo problema al ejecutar Selenium Webdriver 2.53.0 con Firefox 47.0.
Selenium Webdriver 2.53.0 funciona con Firefox 46.0 . Puede encontrar la versión mencionada en https://support.mozilla.org/en-US/kb/install-older-version-of-firefox .