Python support

Ask general questions here.
vaibhi
Posts: 1
Joined: Thu Sep 25, 2014 12:25 pm

Python support

Post by vaibhi » Thu Sep 25, 2014 12:43 pm

Hello I want to ask which version of ranorex supports the python scripting ???
Currently I downloaded the ranorex 5.1.2 trial version but I am not getting the file named RanorexPython.dll in the bin directory ??

Can You Explain how I can use the python as a scripting language with the ranorex ??

Any Help Appreciated.

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

Re: Python support

Post by Support Team » Thu Sep 25, 2014 10:33 pm

Please, see following forum thread discussing this topic in detail:
http://www.ranorex.com/forum/sooo-what- ... tml#p10238

The "RanorexPython.dll" you mentioned only existed in Ranorex 1.X versions.

Regards,
Alex
Ranorex Team

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Python support

Post by krstcs » Fri Sep 26, 2014 1:28 pm

Ranorex only supports scripting in VB.NET or C#.NET.
Shortcuts usually aren't...

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

Re: Python support

Post by Support Team » Fri Sep 26, 2014 5:26 pm

krstcs wrote:Ranorex only supports scripting in VB.NET or C#.NET.
Well, this is not 100% correct. You can use IronPython or any language derivative of the .NET Framework with the Ranorex API or with Ranorex modules created by Ranorex Studio. Only Ranorex Studio will not let you script/code in other languages than C# or VB.NET.

Regards,
Alex
Ranorex Team