I'm completely new to automation testing and have recently begun using Selenium IDE for my automation needs.
My main question is whether there is a way in IDE to handle java-script alerts.
Consider this scenario: I click on the "Delete" button, which triggers a java-script alert with OK and Cancel options. However, Xpath is unable to identify these elements. Interestingly, when I create a script to click on the delete button and run it in Selenium IDE, the element gets deleted without any issues.
So, I'm reaching out to you all for help. Please respond if you need more information or clarification on my question.
Thank you in advance!