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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -