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

Removing From ArrayList, In Loop Based On It's Size, But Breaking After Remove Still Gives OutOfBounds -

c# - Reactive Extensions ControlScheduler -

java - Add color code support to a Bukkit plugin -