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

后端 未结 6 1688
轮回少年
轮回少年 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条回答
  •  -上瘾入骨i
    2021-01-18 10:22

    I think it is due to capability.setBrowserName("FIREFOX");

    should be capability.setBrowserName("firefox");

提交回复
热议问题