WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser

前端 未结 29 3377
旧巷少年郎
旧巷少年郎 2020-11-21 07:11

I am trying to launch chrome with an URL, the browser launches and it does nothing after that.

I am seeing the below error after 1 minute:

Unable to         


        
29条回答
  •  攒了一身酷
    2020-11-21 07:32

    Wrong port number in my case. Check if port number when starting Selenium server is the same as in your script.

提交回复
热议问题