WebDriverException: Error forwarding the new session cannot find : {platform=WINDOWS, browserName=FIREFOX, version=3.6}

后端 未结 6 1690
轮回少年
轮回少年 2021-01-18 09:55

I am new to Selenium Web driver as well as Grid 2.

I am trying to run a test case but it gives me an exception

Exception in thread \"main\" o

6条回答
  •  无人及你
    2021-01-18 10:40

    I also faced the same issue. It got solved,the problem was with the port 4444. which was blocked. So creating a Global IP for my system and allowing port 4444 worked for me.

提交回复
热议问题