Ranorex

English|Deutsch

News detail

print friendly page
October 14, 2006

V0.9.4 Released

Category: VersionHistory

Ranorex Version 0.9.4 Released

General new Features

  • To find an element with FindChild the location information can also be used.
  • RanorexSpy shows also the Client position of an Element not only the screen position.
  • The class name of all controls can be read.

New Features in RanorexCore, RanorexPython

  • A new function ElementFindChildLocation() has been added.
    Location should be used if the Element cannot be identified uniquely with Role, Name and ClassName.

New Features in RanorexNet

  • A new overloaded FindChild() method of the class Element has been added.
    Location should be used if the Element cannot be identified uniquely with Role, Name and ClassName.
  • The Application class has been extented with the function ShowForm(). ShowForm can be used to start and automate a Form in the process space of the test application.

Bug Fixes

  • Selection error of a List Box item (if the List Box is in a dialog) has been corrected.
  • The problem with dynamically changed element name of a status bar pane has been fixed.
  • Two bugs in the menu bar functions have been corrected.