03-17-2015, 09:31 PM
after recording remove the step from script.....else use a if loop...if popup visible
Code:
window(a).winbutton(a).click
if window(a).popup(a).exist(3) then
window(a).popup(a).click
End if