Forum Discussion

selina's avatar
selina
Occasional Contributor
8 years ago
Solved

FindEx method cannot work in TestExecute 10.50.2702.11

Windows 7 OS, using FindEx method to find object in TestComplete 10.60.3387.7 as below. And it can work find. But I want to run from test execute 10.50.2702.11 command line. It throws error "Unable to find the object FindEx(0, 0, 1000, True, 30000),The object with the specified attributes does not exist". Any ideas about why this error be thrown thought it can run pass in TestComplete? 

 

objectProparray = Array("ObjectIdentifier","Visible")
objectValuearray = Array("loadingPercentageText",True)
set gameLoadText = loadText.FindEx(objectProparray,objectValuearray,1000,True,30000)

  • Hello,

     

    The FindEx method was added in TestComplete version 10.60. Please update your instance of TestExecute to version 10.60 and the test start working.

1 Reply

  • Hello,

     

    The FindEx method was added in TestComplete version 10.60. Please update your instance of TestExecute to version 10.60 and the test start working.