Can anyone please explain me why do we need Selenium RC if there is Selenium IDE?
1 Like
With Selenium IDE, you can not perform these things without using any of the plugins available:
- Framework development
- Looping
- Screenshot extension
- Nice GUI Reporting
There cloud be many more these type of things.
I’d recommend you to go with Selenium Webdriver instead of Selenium RC.
1 Like