Page 1 of 1

Anyone can elabrate the classes in Help?

Posted: Wed Apr 29, 2009 4:04 am
by marcushe
Such as Exceptions,
ElementNotFoundException will be thrown out once element is not found during replay.
What about OperationFailedException /ActionFailedException,EventSubscriptionsFailedException,SetAtrributeFailedException?
What is Operation,Action,EventSubscription,SetAttribute in Ranorex?

I know it's not easy to write a help file ,then can you write these usage online everyday?Everyday a little.
It's easy to understand what the UI classes are doning ,except the special concepts

Posted: Wed Apr 29, 2009 9:05 am
by Support Team
There are help files available. If you install Ranorex, the start menu contains links for the Ranorex API documentation and the Ranorex User Guide. You can find these documentations online as well:
http://www.ranorex.com/support/user-guide-20.html

Attributes are like properties and actions are like methods of an element. E.g. for a Form element an attribute is its "Title" and an action is "Activate". The attributes of an element are listed in the "General" tab of Ranorex Spy. List of all attributes, actions, and events of an element are available in the "Detail" tab of the Spy in the "Capabilities" category.

Regards,
Alex
Ranorex Support Team

O

Posted: Wed Apr 29, 2009 10:28 am
by marcushe
Support Team wrote:There are help files available. If you install Ranorex, the start menu contains links for the Ranorex API documentation and the Ranorex User Guide. You can find these documentations online as well:
http://www.ranorex.com/support/user-guide-20.html

Attributes are like properties and actions are like methods of an element. E.g. for a Form element an attribute is its "Title" and an action is "Activate". The attributes of an element are listed in the "General" tab of Ranorex Spy. List of all attributes, actions, and events of an element are available in the "Detail" tab of the Spy in the "Capabilities" category.

Regards,
Alex
Ranorex Support Team

Thanks
Attributes are like properties and actions are like methods of an element. E.g. for a Form element an attribute is its "Title" and an action is "Activate".