Release 1.05 --
New feature - traversal properties - PreviousSibling, NextSibling, FirstChild & Parent for every CUITe_* control
New feature - catch the reference of the browser by its title (var bWin = new CUITe_BrowserWindow("iframe Test Main");)
New feature - GetColumnHeaders() method for CUITe_HtmlTable
New feature - GetChildren() method returning CUITe controls for all CUITe_* controls
New feature - support for CUITe_HtmlParagraph
and some cleanup...
Release 1.04a --
More Silverlight support, and fixed a minor bug.
Release 1.04 ---
New feature - CUITe_BrowserWindow.Authenticate(string, string) method for handling Windows Security
New feature - support for iFrame in Object recorder (Thanks
FloydPink)
New feature - generate object repository class in VB.NET (Thanks
FloydPink)
Feature Request#639 - support interacting with silverlight controls without creating an ObjectRepository class (Thanks
icnocop)
Feature Request#634 - Support CUITe setup installer upgrades from previous versions
Bug#638 - CUITe_HtmlTable FindRow not working when table contains thead and tbody
Release 1.03 ---
Feature Request#588 - CUITe_ControlBase.fillSearchProperties should throw an exception (or output a warning) if the search pattern key value is not supported - done
Feature Request#589 - implement method Wrap(System.Windows.Automation.AutomationElement automationElement) - done slightly differently
Feature Request#590 - implement parameter-less constructors for silverlight controls - done
Feature Request#608 - Ability to interact with controls without creating an ObjectRepository class - done
Release 1.0 --
Good support for Html controls, limited support for Silverlight controls.