Selenium RC和Webdriver有什么区别?
下面列出了SeleniumRC和Webdriver之间的区别-
Architecture
AcquiredfromJavascript.
Serverisneededtobegintestcaseexecution.
Itismoderatelyusedforobjectorientedprogramming.
Itcantestalltheleadingbrowsers.
Itisnotcapableofhandlingalerts.
Itisnotcapableofhandlingdropdown.
Elementscannotbelocatedwiththedynamiclocators.
Itdoesnothavethefeatureofrecordandplayback.
Itisnotcapableofhandlingmouseactions.
ItisnotasfastasSeleniumwebdriverbecauseitdoesnotcommunicatestraightwiththebrowser.
ItisnotcapableoftestingiPhone/Android.
Itcontainsonlytheabsolutexpath.
Itisnotcapableofusingthelistener.
Itisnotcapableofhandlingnavigation.