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
Anyone can elabrate the classes in Help?
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
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
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
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".