Selenium WebDriver unable to bind to locking port

前端 未结 3 1966
庸人自扰
庸人自扰 2021-01-22 20:13

I am new to the selenium.I am running testcases and I am getting the following exception:

org.openqa.selenium.WebDriverException: Unable to bind to locking port          


        
3条回答
  •  渐次进展
    2021-01-22 20:29

    According to the changelist, FF18 is supported since WebDriver 2.29.0 version.
    So check out the latest version here: http://docs.seleniumhq.org/download/

    Or use direct link: selenium.googlecode.com/files/selenium-java-2.33.0.zip

提交回复
热议问题