forked from admc/se-builder
-
Notifications
You must be signed in to change notification settings - Fork 101
Selenium
Zarkonnen edited this page Apr 13, 2012
·
8 revisions
Se Builder supports creating scripts in both Selenium 1 and Selenium 2.
For Selenium 1, all standard step types can be added to scripts, exported, played back in-browser or using Selenium RC. See the Selenium documentation for details on these steps (actions).
Selenium 2 does not have a concept of step types as such, since it is a more free-form API. For reasons of compatibility and ease of editing, Se Builder defines step types closely patterned on those of Selenium 1. Not all Selenium 1 steps have a corresponding step yet, but work on this is in progress.
- selenium 1: Support for all step types in edit, export, local playback and RC.
- selenium 2: Limited step types supported for creation, some missing for export/local playback/RC. Working on more full-bodied support. Links to code files that have lists.
- within-system step types table?
Outline support for each version of selenium, creating, exporting, playback etc.