Selenium Web driver and selenium RC

孤街醉人 提交于 2019-12-24 23:55:38

问题


Is there a simple way i can convert my existing selenium RC scripts into the Webdriver format?


回答1:


There's no way now to "convert" tests, but they can be tweaked to work with WebDriver using its Selenium Emulation.

You should keep in mind that not all Selenium methods are implemented in WebDriverBackedSelenium. However in future releases of WebDriver the support should expand and at some point (probably when Selenium 2 will reach the Beta status) the Selenium and WebDriver will be merged so the transition will be easier



来源:https://stackoverflow.com/questions/4342088/selenium-web-driver-and-selenium-rc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!