11-12-2009, 01:19 AM
hi,
I am executing a script that prepares a sale receipt and deletes at the end.When i click "delete" a pop-up displays "are you sure to delete? with buttons "OK" and "Cancel". Below is the code I got for this pop-up:
During execution, I am getting error message on this line. Saying that the object is not identified.
Can you tell me the reason?
Thanks for your help
I am executing a script that prepares a sale receipt and deletes at the end.When i click "delete" a pop-up displays "are you sure to delete? with buttons "OK" and "Cancel". Below is the code I got for this pop-up:
Code:
Browser("Sale").Dialog("Microsoft Internet Explorer").WinButton("OK").Click
Can you tell me the reason?
Thanks for your help