Releasenotes WatiN 1.1.1.4000

This page contains the release notes for WatiN 1.1.1.4000, released on 15 May 2007.

You can download this release here.

Everybody using the WatiN 1.1.0 release to test websites with frames or iframes is strongly adviced to upgrade to this release.


Changes in general

This is a hotfix release and fixes SF Bug 1718162: js error when using TypeText method of a TextField in frame.

With the WatiN 1.1.0 release there were some code changes regarding the firing of events on an html element (Element.FireEvent(eventname)). This has introduced a problem when firing an event on an html element inside a frame page.

While fixing this bug some other issue came up. The RunScript and FireEvent methods were only implemented on the DomContainer class. These methods have been moved to the Document class so you can call these methods from any inheritor of Document (these are Frame, DomContainer, IE and HTMLDialog).


SourceForge Trackers

Fixed Bugs:

1718162   js error when using TypeText method of a TextField in frame