Version 0.9.3 Released

Latest product news and announcements.
webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Version 0.9.3 Released

Post by webops » Wed Sep 13, 2006 9:29 pm

A new version of Ranorex: V0.9.3 has been released and is ready for download.

General new Features
  • The functions MouseClickControl and MouseClickElement have been extended with a new argument "button". The default value of the button is the left mouse button.
    A new Mouse function "GetControl" has been added, the function retrieves the control at the mouse position
.New Features in RanorexNet
  • Visual Studio Sample5: The new sample demontrates how to automate a simple web page with Ranorex. It searches an instance of the IE, activates it, googles the text "Ranorex" and dumps out all found items.
    Control class: The window Handle of the control can be used as a public property.
    Overloaded Form.Find functions with ControlId have been added.
Bug Fixes
  • Incorrect element value, while reading a lot of elements with the same Role from a web page has been corrected.
    Invalid ControlId for top-level windows has been fixed.
    Possible incorrect return value of the MouseMove function has been corrected.
    RanorexNet: Error in the functions UpButton and DownButton of the NumericUpDown class has been fixed.
    FindChild error with unavailable elements has been corrected.
Jenö Herget
Ranorex Team