Does a Selenium Webdriver recorder exist? [closed]

丶灬走出姿态 提交于 2019-12-08 04:14:00

问题


Does a recorder for the Selenium 2 WebDriver exist? For Selenium 1 there has been the IDE as a Firefox plugin. You could record your actions as a script and let them be repeated automatically.

But I'm searching for the same thing for Selenium WebDriver, maybe as a browser plugin or as a desktop application.


回答1:


The Selenium IDE records your actions and the script it creates can be either Selenium v1 or Selenium v2 (WebDriver).

This is done via the settings in the IDE, when you export the test case it'll ask what kind of script you want it to be.




回答2:


You can try Selenium-builder which is add-on to Firefox.An open source tool for easily writing automated Selenium scripts and running those cross-browser in the cloud.You can get this tool below link

https://saucelabs.com/builder



来源:https://stackoverflow.com/questions/16777620/does-a-selenium-webdriver-recorder-exist

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