Quelle version de Firefox est compatible avec Selenium 2.53.0 ? J'ai essayé Firefox 45.0 et j'obtiens cette exception :
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":"xpcshell@tests.mozilla.org","minVersion":"0","maxVersion":"10"}],"targetPlatforms":[],"multiprocessCompatible":false,"seen":true}
0 votes
J'utilisais une ancienne version de selenium-firefox-driver dans POM.xml, après l'avoir changé pour 2.53.0, le problème est résolu.