Solved
Forum Discussion
Ryan_Moran
10 years agoValued Contributor
Basically...
pseudocode:
If WaitObject.Exists Then
Object.Keys("whatever")
End If
Also, make sure you use the wait method.
See example in the link.
Basically...
pseudocode:
If WaitObject.Exists Then
Object.Keys("whatever")
End If
Also, make sure you use the wait method.
See example in the link.
Basically...
pseudocode:
If WaitObject.Exists Then
Object.Keys("whatever")
End If
Also, make sure you use the wait method.
See example in the link.