Anyone can elabrate the classes in Help?

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Anyone can elabrate the classes in Help?

Post by marcushe » Wed Apr 29, 2009 4:04 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Wed Apr 29, 2009 9:05 am

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

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

O

Post by marcushe » Wed Apr 29, 2009 10:28 am

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".