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 automating ZK 3.6 Sample Application – Demo video
Here is a brief video which shows how Sahi can be used to automate ZK based applications. Notice how Sahi uses neither XPaths nor explicit waits, and works with the same script on both Firefox and IE.
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 in DevCamp
Presented on Sahi in DevCamp Bangalore held in the ThoughtWorks office. I spoke in the 10.30 slot and was pleasantly surprised by the turnout. Show cased how Sahi can be used to test https and AJAX sites using the example of gmail. The response was encouraging.Below is the code that was needed to automate Gmail.function […]
Sahi in “Nagios – The Practice Book: Open Source Monitoring in the Enterprise”
There is a fairly detailed section on monitoring web applications using Nagios and Sahi in Gerhard Lausser’s new book (in German): “Nagios – The Practice Book: Open Source Monitoring in the Enterprise”, ISBN: 978-3-8273-2800-7 http://www.amazon.de/Nagios-Praxisbuch-Open-Source-Monitoring-Unternehmen/dp/3827328004
Sahi – Latest developments
Copy of post on forum: /forums/viewtopic.php?id=261 I had not been active on the Sahi forums (/forums) for sometime. Thanks a ton to StringyLow, tinchie8, lepierrot, pankaj.nith and others for keeping this forum active, and replying to posts. Meanwhile I have been working on a version of Sahi which attacks one of the basic problems with […]
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 […]
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 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. […]
