Documentation

Ask general questions here.
tkondal
Posts: 24
Joined: Fri Nov 03, 2006 5:50 pm

Documentation

Post by tkondal » Fri Nov 03, 2006 7:01 pm

Is it possible to have a more complete documentation for the Python library? I noticed that some functions and constants are not referenced.

e.g.

Ranorex.ElementGetRole(element)
Ranorex.ROLE_xxx (all of them)

Having a non-official or non-finalized version of the documentation would be of great help, as it would let us see new functions that are implemented without the complete documentation that goes with them.

Also it would be really helpful if the role be printed as a litteral and not numbers. I don't know if implementing another function would be better or to provide a .toString() equivalent to the existing ElementGetRole function.

Thanks.

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Sun Nov 05, 2006 9:19 pm

We will update the Python Documentation next week and upload the extended version to the Ranorex homepage and the new RanorexPython.chm file to the Ranorex download site.

We will reply another answer to your question if the new documentation is downloadable.
tkondal wrote:Also it would be really helpful if the role be printed as a litteral and not numbers.
We will support the new function ElementGetRoleText in the next release.

Gabor Herget
Ranorex Team

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Thu Nov 09, 2006 9:12 pm

We uploaded the extended Python Documentation to:

http://www.ranorex.com/Documentation/Python

CHM File: RanorexPython.chm

Gabor Herget
Ranorex Team