A selenium webdriver exception

后端 未结 5 1273
萌比男神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:56

    I did lsof -i TCP:7054 and found the corresponding process_id, and then finally killed the given process withkill -9 process_id

    And then tried the test again, and it did worked :)

提交回复
热议问题