How to improve Playback Performance for longer runs with Sahi Pro?
For longer runs, the playback gradually becomes slow and more scripts are aborted. Sahi Pro v9.1.2 is a release primarily aimed at improving Playback performance. To achieve this, we have done the following : Reduced the CPU usage Lowered the live thread count in JVM Optimized the code Added browser configuration flags to reduce abort […]
What’s new in Sahi Pro 9.0.2
As Chrome and Firefox have released the new version, we had to adapt the changes made by those browsers in order to playback the scripts smoothly. Sahi Pro 9.0.2 solves all the issues which were caused by the latest browser updates. However, it may break the previous scripts as well if the scripts had the […]
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 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 V5.0.7 – What’s New?
Download Sahi Pro V5.0.7 This is a bugfix release. Below is the changelog: Sahi Pro V5.0.7 released.————————This is a bugfix release. * Bugfixes Fixed Excel Framework reportsFixed Excel Framework loadSahi script using _includeFixed _dragDrop waits for full drag dropFixed bug where step starting with tab in Controller Evaluate Expression throws errorFixed code folding related bugs […]
Sahi Pro V6.1.0 Released!
Download Sahi Pro v6.1.0 Sahi Pro v6.1.0 is a major release with significant fixes and enhancements. Please have a look at What’s new in Sahi Pro v6.1.0 for details.
