How to fix “[SEVERE]: bind() failed: Cannot assign requested address (99)” while starting chromedriver

后端 未结 5 974
长发绾君心
长发绾君心 2020-12-06 10:52

I downloaded the latest version of chromedriver in Centos 7 platform: https://chromedriver.storage.googleapis.com/index.html?path=74.0.3729.6/ I start chromedriver and get

5条回答
  •  一生所求
    2020-12-06 11:06

    I had the similar problem; and my issue was i did not quit the existing driver and tried to use again. driver.quit() solved my problem.

提交回复
热议问题