Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

To use Selenium web driver or selenium RC

Tags:

selenium

Is it a good idea to start new test framework using Selenium web driver instead of Selenium RC? With Selenium web driver not all Selenium methods are implemented. So would it be a good idea to use Selenium RC?

Thanks!

like image 429
SUM Avatar asked Mar 26 '12 14:03

SUM


1 Answers

WebDriver. Simply because WebDriver is actively developed and maintained, more stable and functional, has better API.

RC is no longer developed and maintaned and WebDriver is the future of Selenium.

like image 176
p0deje Avatar answered Jan 01 '23 11:01

p0deje