Forum Discussion

Vivek72's avatar
Vivek72
Contributor
11 years ago
Solved

how to set variable to UIA object index?

Hi, I got a script where object is identified only as UIA object as test complete is not recognising these objects as silverlite as it is supposed to be. I am using UIA object properties to run...
  • karkadil's avatar
    11 years ago
    The following example shows how to append a variable to a text string in VB:




    For i = 1 To 3


        Log.Message("Equals_" & i)


     Next