Difference between Selenium RC and Selenium Webdriver? -


selenium rc:

Selenium commands are sent to the proxy server Proxy server converts selenium command to javascript And it will inject the browser.

Selenium WebDriver:

Selenium Commands is done by Selenium API and will pass the Selenium API command for Browser Native API and it will be executed.

I'm right if this is wrong. Selenium WebDr is the successor to Selenium Remote Control (RC), which is officially disliked @


Comments

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -