I moved from SeleniumRC to WebDriver for almost two years. But I have to say that I did not feel any obvious advantages for webdriver over rc. Now I have 200+ test cases with the C # driver on the website. But when I carefully run them for regression testing, I usually get 150, and 50+ is unsuccessful / erroneous. After launching unsuccessful test cases for the second time, many of them passed, only a few of them turned out to be problems with the testing code. As I can see this, sometimes WebDriver really works slowly, and I have never encountered such a situation when I used SeleniumRC before. As a result, I began to doubt the need to switch from rc to webdriver, because it took me much longer to check for errors and crashes than before.
So my question is, are there any advantages for webdriver over rc to make it switch from rc to webdriver? If so, can you please tell me? Also, tell me about the flaws.
source share