title | layout |
---|---|
(Firefox extensions) |
default |
{% include links %} {::options auto_id_stripping="true" /}
- TOC {:toc}
Following add-ons are for development of Selenese [scripts][script]. For the easiest download get all add-ons of SeLite Third Party collection.
- Firebug
- FirePath For checking Selenese XPath selectors. Beware that Selenium IDE XPath is stricter than in FirePath. For example, boolean operators
and, or
are case-insensitive in Firepath, but case-sensitive in Selenium IDE. Sometimes changing/
to//
helps. - XPath checker (beware that sometimes it doesn't pick up a change of the page)
- Stored Variables Viewer
- Highlight Elements
- Log Search Bar
- Page Coverage
- File Logging
- Test Results
- SQLite Manager
If you develop [Core extensions][core extension] or SeLite frameworks (as per GeneralFramework) see also DevelopmentTools.
Don't use
- original SelBlocks - it doesn't call Selenese functions across [cases][case]. Use [SelBlocks Global] instead;
- Flow Control, Sideflow, GoTo - they are incompatible with [SelBlocks Global] (and also with SelBlocks).
In order to use an old version of Selenium IDE
- install it and
- disable its automatic updates in Firefox menu > Tools > Add-ons > Selenium IDE x.x.x > More > Automatic updates > Off.
If you'd like to use the current development version of Selenium IDE, see InstallFromSource > Install Selenium IDE from source.