Unable to bind to locking port 70 54 within 45000 ms

后端 未结 4 2003
傲寒
傲寒 2021-01-25 08:23

I\'m getting this error when I\'m trying to run my selenium test using MVN test command line. Curiously, I tried it 3 days ago and it ran successfully:

---------         


        
4条回答
  •  深忆病人
    2021-01-25 08:27

    Selenium v2.21 does not support Firefox 17. In fact, Firefox 17 is only supported with version v2.27 which was released a couple of days ago.

    Either downgrade Firefox or update Selenium.

    May or may not be the reason for this particular error, but you must do one of the above to even have half a chance of getting it to work.

提交回复
热议问题