|
Answer» The limitations of selenium RC are:
- Switching between the multiple instances of the same browser is not possible.
- Switching between the multiple instances of the different browsers is not possible.
- Browser navigation, like back and forward button emulations is not possible.
- Limited features in terms of drag and drop of objects.
- To work with AJAX BASED UI elements there are very limited features are there with Selenium RC.
- To OVERCOME the above limitations we use selenium WEB driver or GOOGLE web driver.
The limitations of selenium RC are:
|