1. Please let us know how to increment the do loop when script is in running mode.
Loop counter can be incremented using the below approach
DO 5. REF ( XYZ , XYZ_1 ).
Counter = Counter + 1. ENDDO.
2. but you are telling about the warning messages that are initially recorded one, but i need the answer for the "enter" key script for handling the warning messages which are not recorded and exists while running the scrips. please help to solve this issue.
If the pop-ups are dynamically generated then you need to have the recording of the enter key being executed till the point you have no further popup's and you will end up with error message which can be allowed using Message EndMessage and continue with further recording.
Hope it helps.
Thanks,
Aj