Search code examples
c#seleniumselenium-webdriverrecorder

Does a Selenium Webdriver recorder exist?


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.


Solution

  • 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.