I can interact with objects inside the frame

Hi,
This is the first time I am using Katalon where I need to interact with object within the iFrame. I have tried using the Record Web, when it records, it captures the object but when running the test it does not interact.
Using the Spy Web, it does not see the objects.
How can I overcome this issue.
Thank you.
Nasir

You should stop relying on the Record Web tool and the Spy Web tool. Interacting with the HTML document embeded in <iframe> exceed the scop of these tools. These tools are not enough for you.

You should start coding your test case in the Script mode.

You need to learn how to use the switchToFrame keyword:

Hi @nasir.ahmed1, This post may help you: How to (manually) work with iframes in Katalon