News detail
September 11, 2006
V0.9.3 Released
Category: VersionHistory
Ranorex Version 0.9.3 Released
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