开发者

Selenium Web driver and selenium RC

开发者 https://www.devze.com 2023-01-28 07:51 出处:网络
Is there a simple way i can convert my existing selenium R开发者_开发问答C scripts into the Webdriver format?There\'s no way now to \"convert\" tests, but they can be tweaked to work with WebDriver us

Is there a simple way i can convert my existing selenium R开发者_开发问答C scripts into the Webdriver format?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消