sagorn
Joined: 17 Jul 2007 Posts: 1
|
Posted: Tue Jul 17, 2007 10:25 am Post subject: FormFind function not found in python |
|
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' |
|