

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Does Selenium RC has separate drivers for each browser?
<p>Before we answer the above question, let's understand the architecture on which the selenium RC works upon. RC uses a JavaScript Program called the Selenium core which controls the browser. It works by intimating the user action as commanded by the JavaScript commands but that does not enforce user to write automated test cases in the only JavaScript, let’s see how does RC make that happen.</p><p><img src="https://www.tutorialspoint.com/assets/questions/media/25815/Selenium_rc.jpg" class="fr-fic fr-dib" style="width:600px; height:466px;" width="600" height="466"></p><p>The above diagram depicts the brief architecture of the Selenium RC. (Image Courtesy:<a href="https://www.seleniumhq.org" rel="nofollow" target="_blank"> www.seleniumhq.org</a> )</p><p>Now as it is evident that the application under test was being executed on a different system, we can say that selenium RC was dependent on the core libraries which could run on any browser which would support JavaScript.</p><p>Selenium RC has main components which are the Client libraries to develop Selenese commands which can be ported to JavaScript and then, on the other hand, it has a server which automatically launches and kills the browser as per the commands.</p>
- Related Questions & Answers
- How does Selenium RC work?
- Does Selenium support Safari browser?
- Why does the Selenium WebDriver have an edge over Selenium RC?
- Does Selenium support headless browser testing?
- Selenium RC vs Selenium webdriver.
- How does selenium interact with the Web browser?
- Why Selenium RC is deprecated?
- How does selenium webdriver upload files to the browser?
- How do I download Selenium RC?
- What is meant by Selenium RC?
- Which browser has the best support for HTML 5 currently?
- Difference between selenium RC and Web Driver?
- What are the limitations of Selenium RC?
- Difference between selenium IDE, RC & WebDriver.
- Python selenium browser driver.back().
Advertisements