Browser pop up not catched in Katalon Recorder

594 views Asked by At

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

Screenshot

1

There are 1 answers

0
Annisa Rahmaniar Dwi Pratiwi On

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 :

Step 1: Launching the browser navigating to Alert present page by Open Browser method
Step 2: Maximize the window of the browser with Maximize window
Step 3: Clicking on button
Step 4: Call the Accept alert method

enter image description here

Second choice you can handle using"Switch To…" keywords

1. Switch To Window Title   Switch to the window identified by a given title.
2. Switch To Window Index   Switch to the window identified by a given index.
3. Switch To Window Url     Switch to the window identified by a given URL.