SeleneseTestBase equivalent in Selenium 3

31 views
Skip to first unread message

nishant shah

unread,
May 11, 2017, 2:59:32 AM5/11/17
to Selenium Users
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

Shawn McCarthy

unread,
May 11, 2017, 12:37:44 PM5/11/17
to Selenium Users
You should probably migrate your scripts to WebDriver and stop using Selenium RC. Selenium RC has been deprecated for many years now.


http://www.seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.jsp
Reply all
Reply to author
Forward
0 new messages