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

后端 未结 6 1686
轮回少年
轮回少年 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:38

    If you run parallel test. Increate thread-count and increase hub memory

    cat /proc/sys/kernel/threads-max
    echo 100000 > /proc/sys/kernel/threads-max
    

提交回复
热议问题