Friday, May 19, 2006

Sahi Flash Tutorial

A Flash tutorial has been added to the Sahi home page.
It can be accessed at http://sahi.sourceforge.net/sahi_tutorial.html

If you like it, spread the word.

Monday, May 15, 2006

Sahi Nightly Build 2006-05-15 released

Release 2006-05-15 is a very enhanced release.
It contains the following fixes:

SSL certificates for proxy are generated automatically and on demand using keytool.
This fixes the security alerts problem.
Triggering keyboard events when value is set to textboxes.

Fixed bug which caused improper functioning in popups.
Fixed bug which caused null pointer exception when content type was not set.
Fixed bug where _table(index) was not working properly.
Fixed bug for multiple submit buttons on IE.

Thursday, May 11, 2006

Sahi ranked 55 out of 118720 projects

Current Sourceforge ranking of Sahi is 55.
Out of a total of 118720 projects.
Never dreamed of under 100.
Hope sourceforge does not say "we have a flaw in the statistics" ...

Wednesday, May 10, 2006

Under 150

Sahi's sourceforge ranking is now 146.
Today's ego boost :)

http://sourceforge.net/project/stats/?group_id=151639&ugn=sahi

Sahi - HTTPS support

Another 6 hrs of late night work yesterday
and I have almost all my https woes solved.
Even though Sahi could handle https before,
it was using a single certificate for all https websites,
causing browsers to report mismatch in the certificates.
With a mix and match of on demand generation of certificates using keytool,
and per website creation of certificates and some caching,
I have Sahi handling SSL so smoothly that
all I have to do is accept the certificates just once,
when I first visit a site and then totally forget about it.

If you have a https website to test, it is going to be a no brainer to automate it using Sahi. Await the next release. I shall post soon.

Now the only big issue left is web pages from multiple domains embedded into the frames of a frameset.

Of course there are a few bugs ... ;)