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 Pro Plus – Native Desktop, Mobile, Java automation

Over the past year we have collated a lot of success stories from our customers as case studies. In many of our conversations, we were told that while we solved the web problem well, there were still bits involving desktop applications, java applications, Web Services, mobile and other technologies which leave gaps in the automation. […]

Sahi Pro supports Microsoftโ€™s new Chromium-powered Edge browser

Microsoft has been rebuilding its Edge browser on Chromium. Both Microsoft and Google engineers have been working together to improve the underlying Chromium project so that Chrome and Edge browsers run better on Windows. Microsoft has been testing versions of their all-new Chromium powered Edge browser internally and is about to release it publicly soon. […]

Sahi Pro v 4.3.2 – What’s New?

Expand Collapse State in Logs Remembered When moving from a script log to the script line and back, the state of expand or collapse of logs is remembered. Controller State Remembered The state of the Controller is remembered across sessions and even after a Sahi restart. This helps reduce a lot of time spent in […]

Sahi Pro v 4.3 – What’s New?

New APIs _focusWindow()Brings the browser window into focus. This is useful while taking screenshots or using native events. _takeScreenShot()Takes a screenshot of the entire screen and adds it to the logs. _focusWindow();_takeScreenShot(); Automatically rerun failed scripts Sahi can create a suite of failed scripts and trigger it at the end of a suite run.Refer to […]

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 API _under added

Continuing with our tradition of innovation for simplicity, Tyto adds another wonderful API to Sahi. NOTE: _under will be available in Sahi’s next release The problem: Let us take the example of a dynamically generated grid. The example we use here is available at http://www.zkoss.org/zkdemo/userguide/#g7 We wish to assert the value of “Received” column for […]

Sahi Forums updated

We have upgraded the PunBB version of Sahi Forums. Kudos to the PunBB folks for creating such a nice light weight forum software. The new Sahi forums have a few nice features, namely: Tagging topics. Sending private messages. Ability to mark a topic “Closed”. Private forums for paid customers. Adding attachments (for paid customers). Have […]

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.

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