Selenium Question:
Explain how does Selenium remote control internally works?
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).
Previous Question | Next Question |
Explain what are the components of selenium? | Tell me what are the different modes that Selenium RC uses? |