Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Next stop on the "troubleshooting" train...
In my experience with VM's, the application usually runs a good bit slower on the VM than on a real workstation, usually because VM's aren't typically speced out as high performance machines. So, in this case, the "Obj" that you are passing to the method may not be fully resolved by the time you call the "Click" method and may return an empty object. In the statement where you are assigning "Obj", if you're not using a WaitNNN method, you might want to consider doing so. You could also play around with increasing the default object timeout settings on your project level.
In my experience with VM's, the application usually runs a good bit slower on the VM than on a real workstation, usually because VM's aren't typically speced out as high performance machines. So, in this case, the "Obj" that you are passing to the method may not be fully resolved by the time you call the "Click" method and may return an empty object. In the statement where you are assigning "Obj", if you're not using a WaitNNN method, you might want to consider doing so. You could also play around with increasing the default object timeout settings on your project level.