Selenium Question:

Explain how does Selenium remote control internally works?

Tweet Share WhatsApp

Answer:

Selenium RC launches the browser with itself as the proxy server (hence you may get certificate warning in some modes) and then it injects javascript - to play the test. This also means it can easily work in ALL browsers/platform - and it can be easily used to test AJAX(unlike professional tools).

Read All 66 Selenium Questions
Previous QuestionNext Question
Explain what are the components of selenium?Tell me what are the different modes that Selenium RC uses?