A selenium webdriver exception

后端 未结 5 1281
萌比男神i
萌比男神i 2021-02-04 07:17

Today, when i use the selenium webdrive, i got an error. my platform is mac osx . this is my exception log.

ruby-1.9.2-p0 > Selenium::WebDriver.for :firefox
         


        
5条回答
  •  星月不相逢
    2021-02-04 07:50

    I noticed that it would run on port 7054 but it was looking for it on port 7055.

    bundle update did it for me

提交回复
热议问题