Difference between “selenium server” and “selenium server standalone” jars

后端 未结 6 747
故里飘歌
故里飘歌 2020-12-28 15:33

Can anyone please explain the difference between \"selenium server\" and \"selenium server standalone\" jars and use of both.

Which one to prefer? When to use which

6条回答
  •  囚心锁ツ
    2020-12-28 16:18

    The Selenium Server is needed in order to run Remote Selenium WebDriver. Selenium 3.X is no longer capable of running Selenium RC directly, rather it does it through emulation and the WebDriverBackedSelenium interface.

    see https://docs.seleniumhq.org/download/

    So,if you use Selenium RC,the Seleniium Server is what you need.if you use Selenium 3.X and update,selenium-server-standalone is what you need.I have the same question and i find the answer.

提交回复
热议问题