Hi,
I was on Selenium 2.53. Today, I decided to switch to 3.0.1 but on doing so I facing compilation errors, specific to SeleniumTestBase class. I am using this class to insert verification behavior of IDE so that my scripts dont stop on one assert failure.
But, after upgrading to 3.0.1, I am getting compilation error:- SeleneseTestBase cannot be resolved to a type
After googling a bit, I cam to know that SeleneseTestBase is of SeleniumRC and support of RC has totally been removed from Selenium 3.0
Can someone point me to an equivalent class in Selenium 3.0 so that I can get rid of this error and make my script work as they used to before
Thanks in advance,
Nishant Shah