What are the differences between 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver'?

后端 未结 3 1136
悲哀的现实
悲哀的现实 2020-12-15 03:49

What are the Implementations differences between \'Selenium-server-standalone.jar\' and \'Selenium Client & WebDriver\'. Following is the link from SeleniumHQ.org websit

3条回答
  •  悲&欢浪女
    2020-12-15 04:53

    Selenium-server-standalone.jar is used for executing tests through Selenium Grid for distributing the test in multiple nodes and browsers.

    Selenium Web Driver is used for executing in one machine in one browser at a time.

提交回复
热议问题