Unable to create new Chrome remote session

前端 未结 3 1918
自闭症患者
自闭症患者 2021-01-22 03:19

I\'m trying to launch a new Chrome browser using Selenium Grid but ending up with the below error

Unable to create new remote session. desired capabilities = Capabilitie

3条回答
  •  [愿得一人]
    2021-01-22 04:03

    I encounter the same and i found that the platform, browser name & browser version details were not matching the grid configuration. Specifically it was because i was using platrom as windows where i would have used VISTA. Also make sure you are using the hub URL instead of the node URL.Hub URL would be http://hubIP:port/wd/hub.

    Refer below screenshot to get the right details about the node:

提交回复
热议问题