Answers

Question and Answer:

  Home  Selenium

⟩ Explain how does Selenium remote control internally works?

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).

 152 views

More Questions for you: