Vivek72
12 years agoContributor
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...
- 12 years agoThe following example shows how to append a variable to a text string in VB:
For i = 1 To 3
Log.Message("Equals_" & i)
Next