Skip to content

Supported Languages and Frameworks

Zarkonnen edited this page Apr 13, 2012 · 5 revisions

Selenium 2

For Selenium 2, Builder stores scripts in its own JSON format. Work is ongoing on being able to export scripts as code for RC playback. So far, the following languages are partially supported. (Not all Selenium step types are exportable.)

  • Java
  • Python

For an overview of the level of export support, see the Selenium 2 Step Support Table.

Selenium 1

For Selenium 1, Builder uses the load/save/export code from Selenium IDE, which means that it supports the same Selenese HTML format for test files and suites, and can export to the following languages/frameworks:

  • Java (JUnit)
  • Java (TestNG)
  • Groovy (JUnit)
  • C#
  • Perl
  • PHP
  • Python
  • Ruby (Test/Unit)
  • Ruby (RSpec)

Selenium 1 scripts that are convertible can also be saved/exported as Selenium 2 scripts.

Clone this wiki locally