Sahi Pro v 4.5.1 โ€“ Whatโ€™s New?

Sahi Pro V4.5.1 released. This is a bug fix release. Please use this version instead of Sahi Pro V4.5 Features Added ability to pass extra parameters to Web-based Script Runner Bug Fixes Fixed memory leak in distributed playback Fixed problem with session timeout causing “Script did not complete in 150 seconds” error if the page […]

Sahi Pro v 4.5 โ€“ Whatโ€™s New?

Sahi Pro V4.5 released. Features _maskLogs and _unmaskLogs added to mask sensitive information in logs. _addToSession added: Allows adding different domains to a session Added up down arrows to move to parentNode in Controller. Clicking on the Up arrow identifies the current accessor’s parent element. Clicking the down arrow brings you back. Added threads field […]

Sahi Pro v10.0.0 Released

You spoke and we listened. We have made significant improvements to Sahi Pro to make it faster, more capable and nicer to work with. You can read about the major features below or go ahead and download the Sahi Pro v10.0 installer. Artificial Intelligence Infused Sahi Pro is now equipped with artificial intelligence via Sahi […]

Sahi Pro v11 Released with No-code Flowcharts

We are super excited to share our latest development in Sahi Pro v11. Introducing Sahi Pro Flowcharts, a revolutionary new way of approaching test automation! Sahi Pro Flowcharts is a no-code, visual way of representing and automating test flows. In Flowcharts, most programming patterns used in test automation have been distilled into a no-code interface. […]

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

Download Sahi Pro V5.0.1โ€ This is a bugfix release with the following changelog: 15 May 2013—————-Sahi Pro V5.0.1 released. This is a bugfix release. * Bugfixes Fixed “switch” statement parsing bugFixed Run button from mobile user interface (launch.htm)Fixed browser type detection (launch.htm)Fixed suite inside suite bug when start url is specified along suite.Fixed web-based test […]

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

Download Sahi Pro V5.0.2โ€ This is another quick bugfix release. Sahi Pro V5.0 has a lot of significant changes to improve overall usability and performance. This also meant that we sneaked in a few bugs. Thanks to our customers to have reported bugs in the 5.0.1 release made just yesterday and helping us come out […]

Sahi no longer needs waiting for AJAX calls

The new release of Sahi (Sahi Nightly 2001-10-11) automatically waits for AJAX responses to complete before proceeding. This removes the need to add AJAX request url patterns to exclude_inject.txt Sahi accomplishes this by waiting for XHR requests to complete before it proceeds to its next step. It already used to wait for frames and iframes. […]

Sahi Nightly Release 2009-07-15

A new nightly build is available at https://sourceforge.net/projects/sahi/files/This fixes a file upload issue and adds support for 401 Authentication and HTTPS Client Certificates. * Features addedSupport for 401 authentication. A dialog box is shown on the browser for authentication.Support for HTTPS client certificates. Look at ssl.client.* settings in sahi.properties_hidden(identifier) added_byClassName(className, tagName [, domRelation]) added * […]

Sahi Nightly Build 2006-09-12 released

A lot of features have been added in this release.* APIS added_expectPrompt(label, txt)_lastPrompt()_debug(s)_debugToErr(s)_debugToFile(s, file)_getDB(driver, jdbcurl, username, password)_readFile(file) * _expectConfirm(boolean) has been changed to _expectConfirm(label, boolean);* Fixed bug relating to invalid logs being created when there are popups* _getDB API added for database access* _readFile(file) added for file reading* debug apis added for writing to a […]

Sahi Nightly Build 2006-08-06 released

This build has the following added features: * File upload support* Proxy toggling through ant/command line for Internet Explorer* _expectConfirm(boolean) and _lastConfirm() apis added. Special thanks to Sriram Narayanan (Ram to ThoughtWorkers) who created toggle_IE_proxy.exe, a 34 KB file of immense use to Sahi users.