Hi. I need to delete bulk invoices using macro automation. But I came across with javascript alert box which I need to automate by clicking ok or get rid of this pop up completely. Can anybody help please? Thanks in advance.
Can your macro script click on “OK” button? If not, why not?
Hello sir. Thanks for joining.
First of all, I am not a tech guy and have very little knowledge on these things.
I tried below on macro but not able to select ‘Ok’ in alert box. Manger doesn’t work at all if I disable javascript completely.
URL GOTO=https://MyWebAddress.com/sales-invoices?Term=division1&FileID=3ec1817e-a16c-4533-9b88-299e48651045
TAG POS=1 TYPE=A ATTR=TXT:Edit
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:btnDelete
Please help me select ‘Ok’ or disable alert box completely. Thanks.
I’m not familiar with the program you are using. You need to ask developers of that product how to make your macro to click on confirmation box from javascript.
I contacted the developer - and they got me a good solution to my problem