Katalon Studio #document <!DOCTYPE html>

Hi,

I would like to ask for an alternative for Katalon to verify element present xpaths under #document /
Katalon unable to Verify Element Present of a web page if xpath is under #document

image

Thank you

If you look at the source HTML, there would be no string “#document”.

Instead you would find <iframe> element.

For example, visit https://examples.bootstrap-table.com/ and open it in the Chrome DevTools

In order to mange an HTML with iframe, you should search this forum with keyword “iframe” or “SwitchToFrame”. You will find some previous topics.