I am automating the WPF application. After 'loggin step' , I have added 'waitforobject' to exist then click on the same object.
But after logging in , loader appears on the screen and the object exist in the background so Silktest clicks on it immediatly and moves further and gives object not found error in next step(next step is to click on button which is present on next window).
So how to handle this situation ?
How to use waitforobject correctly in this situation?