Error handling in WhatsApp Web
Hello everybody. Recently I'm developing an RPA to send promotions to my company's associates. But I'm experiencing some problems regarding error handling.
I'm using the WA Web Plus for WhatsApp extension to be able to send messages to unregistered numbers on my phone.
But when a number doesn't exist or is an invalid number my script crashes. I would like some help regarding the use of the try catch block. I will be attaching images of errors that I would like my script to skip ahead and go to the next contact from my CSV using the for each row loop.