Sahi Pro v9.5.0 Released!

Download Sahi Pro v9.5.0 Sahi Pro v9.5.0 is a major release with significant feature additions. This release includes minor bug fixes and improvements. Git Integration Now you can easily Integrate Sahi Pro with Git and work with your Git repository directly from the Sahi Pro Editor. Following Git operations are available in the Sahi Pro […]

Sahi Pro v9.7.0 Released!

Download Sahi Pro v9.7.0 Sahi Pro v9.7.0 is a minor release that has significant bug fixes and improvements, with major changes seen in Mobile and Desktop add-ons. Bug Fixes and Improvements Sahi Pro users can now easily Interact with Telnet servers. Improvements in deleting the DB reports. Fixed the issues with parallel playback and special […]

Sahi Pro Version 8.0 Released

We did a lot in this version and everything is working fine. Read this section, before upgrading to Sahi Pro v8.0.0 NOTE: license.data files will no longer work from v8.0.0.NOTE: Sahi Pro License Servers will also not work from v8.0.0. We have brought in significant changes to our licensing mechanism to ease end user administration. […]

Sahi V2 2009-03-04 Released

Another stable build of Sahi (/) has been released yesterday. You can get the latest build here: https://sourceforge.net/project/platformdownload.php?group_id=151639 This release has been a steady improvement of features from the older builds, making Sahi faster and more stable. It fixes a lot of bugs which had crept in since moving to Rhino as the engine and […]

Sahi V2 Nightly Unstable Build 2009-04-23 Released

Sahi V2 Nightly Unstable Build 2009-04-23 has been released. (Download) This build has a few significant improvements. It now uses Rhino 1.6R2 as its JavaScript engine. NOTE that this and further builds need Java 1.5 or greater. * API _near, similar to _in has been added. Any element can be found relative to another by […]

Sahi V2 Release 2009-05-21 is now available!

Sahi V2 2009-05-21 is a stable build.Plase use and give feedback to make the next release more stable. Download here * Features addedOptimizations to increase speed.Optimized listing of log files.Added better error messages for el = null errors.Added tests for failing features. Added _parentNode(el, tagName, occurrence),Added _parentCell(el, occurrence)Added _parentRow(el, occurrence)Added _parentTable(el, occurrence)Added _cell(“cellText”)Added _in() and […]

Sahi V3.5 2011-03-14 released

We have added support for HTML5 elements, so, for example,        is identified by Sahi as:      _numberbox(“myId”) Proxy switching on IE has become a little better _collect and _count have been added.โ€Eg.   [code]_assertEqual(5, _count(“_link”, “View Details”));[/code]   and   [code]var $els = _collect(“_link”, “/View/”);  var $len = $els.length;  _assertEqual(5, $len);  _assertEqual(“View Details”, _getText($els[0]));  [/code] Ignorable ids made a user modifiable property in […]

Sahi Pro V6.3.1 Released!

Download Sahi Pro v6.3.1 โ€This is a minor release. A new security feature had been added in Sahi Pro. Scripts and Editor UI can be configured to have access to only specific folders and not the entire file system. We have also fixed a few bugs related to reports. Please have a look at What’s […]

Sahi Pro V5.0.3 โ€“ Whatโ€™s New?

Download Sahi Pro V5.0.3โ€ This is yet another quick bugfix release! Below is the changelog: 30 May 2013—————-Sahi Pro V5.0.3 released. This is a bugfix release. * Bugfixes Fixed recording of elements which have index as their first identification attribute Fixed java.awt.Robot references which cause PhantomJS scripts to fail        on linux machines without X Windows […]

Sahi Pro V5.0.4 โ€“ Whatโ€™s New?

Download Sahi Pro V5.0.4โ€ This is yet another quick bugfix release! Below is the changelog: 10 June 2013—————-Sahi Pro V5.0.4 released. This is a bugfix release. * Bugfixes Fixed Code folding for functions used as constructors Fixed switch case parsing when case has a scope ({}) instead of a single statement Fixed Mailer: addRecipient used […]