FormFind function not found in python

Bug reports.
sagorn
Posts: 1
Joined: Tue Jul 17, 2007 8:57 am

FormFind function not found in python

Post by sagorn » Tue Jul 17, 2007 9:25 am

Hello,

using beta recorder i obtained following line of code in python:

form = Ranorex.FormFind("Calculator", Ranorex.MATCH_EXACT, "SciCalc", 0, 5000)

but when running the script, error occures:

AttributeError: 'module' object has no attribute 'FormFind'

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

Post by webops » Tue Jul 17, 2007 9:00 pm

The generated script works only with RanorexPro 1.2 or above.
You can order a fully functional RanorexPro evaluation package from:

http://www.ranorex.com/evaluating-ranorex.html

Jenö
Ranorex Team