Selenium WebDriver unable to bind to locking port

前端 未结 3 1875
庸人自扰
庸人自扰 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:34

    Solution 1 - update Firefox version to v19 and selenium version to version 2.31

    Solution 2 - or else follow following steps:- Steps:- 1. Go to following path C:\Windows\System32\drivers\etc 2. And comment out : 127.0.0.1 localhost

提交回复
热议问题