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 20080831 Released

After close to a month of development, Sahi V2 20080831 has been released today.  (/w/) This release uses Rhino as the scripting engine, thus moving most of the script execution to the proxy. This should go a long way in simplifying Sahi scripts. Scripts now execute on the proxy, and only stuff that needs to […]

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 2010-06-10 released

Sahi V3 (2010-06-10) is now available for download. https://sourceforge.net/projects/sahi/ โ€โ€ There have been significant improvements and bug fixes in this release. API _under ( /w/browser-accessor-apis ) has been added to locate elements physically under another. API _byXPath has been added to help users from Selenium and other tools move to Sahi. API _row and _option […]

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.0 Released!

Download Sahi Pro v6.3.0โ€ Sahi Pro v6.3.0 is a major release. A lot of new APIs for web page layout verification have been added. Suite logs now show tree structure of nested suites. The license dialog has been modified to allow configuration of License Server for concurrent users. Apart from these, it contains various small […]

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 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 […]