01-12-2014, 02:45 PM
Hi shayk,
This is one of very common problems of automation. script and screen are not in sync.
Use wait command to bring script execution in sync with application response when you choose time in weblist
Use
. here n can 1,2,3.. depends on how your application response.
note : code is protocol to reply in this forum . use only wait command and check if it works.
This is one of very common problems of automation. script and screen are not in sync.
Use wait command to bring script execution in sync with application response when you choose time in weblist
Use
Code:
Wait(n)
note : code is protocol to reply in this forum . use only wait command and check if it works.