I'm recently used Katalon recorder for automating the online order system. Then, I notice that the browser pop up when adding cart was not catched while I recording the test case for Katalon recorder.
Anyone here who has an idea what are the best things to do? I knew that this pop up messages are not catched by any recording tool like Selenium IDE. By the way, I was advised by my supervisor to look for a tool in automation that has an easy implementation on it.
Looking forward with your response
An alert is a function which is used to notify users on a Web page. It displays a dialog with a specified message and OK/Cancel buttons.
First choice you can Handle using Accept Alert This alert method is used to confirm an action performed by the user. You can handle this method either in the manual or script modes.
Manual Mode :
enter image description here
Second choice you can handle using"Switch To…" keywords