Page 1 of 1

Retrieve Ranorex Version

Posted: Mon May 14, 2018 9:10 am
by hans.dominic
Hi,

Does anybody know how to retrieve the version of Ranorex using User Code? Thanks.

-- Hans

Re: Retrieve Ranorex Version

Posted: Mon May 14, 2018 9:57 am
by odklizec
Hi,

This code should help:

Code: Select all

string rxVersion = Ranorex.Host.Local.RanorexVersion;

Re: Retrieve Ranorex Version

Posted: Mon May 14, 2018 10:03 am
by hans.dominic
Hi,

Big THANKS to you... This is what I am looking for.

--Hans

Re: Retrieve Ranorex Version

Posted: Mon May 14, 2018 10:10 am
by odklizec
You are welcome ;) You can find other Ranorex API methods and properties described here:
https://www.ranorex.com/Documentation/Ranorex/