cancel
Showing results for 
Search instead for 
Did you mean: 

Spying fails if object is called from process. (I attach the application in the object.)

Anonymous
Not applicable
I am facing a very unusual kid of issue.   I am calling an object from a process, this object internally attaches to an already open web application window.   When I try to run the object alone(without calling from process), the object works fine without any issues and spies all the elements on the application.   But when I call the object from the process, the spying fails.
1 REPLY 1

John__Carter
Staff
Staff
An object called from a process executes much faster, so it could be that the synchronisation between object and application needs improvement. Or in simpler terms, your object is going to fast and trying to do things too soon.