Hello Aqu
I post an answer to your question in the old thread not to make bunch of copies of similar topics.
Just as example – Wait statement will look following
Application(“Application”).View(“View 4”).Object(“User Name”).Type (“expawq”)
Application(“Application”).View(“View 4”).Object(“Image Object 6”).Click
Application(“Application”).View(“View 4”).Object(“Image Object 6”).Type (“August2017”)
Application(“Application”).View(“View 4”).Object(“Log On”).Click
Wait 5
Application(“Application”).View(“View 5”).Object(“BILKA TILST…”).Click
Thus ZAPTEST will wait 5 seconds before trying to click object “BILKA TILST”
Hope that helps.
Thanks,
ZAPTEST Team