iFrame selection failing

Hi Dave,

Thanks for quick response.

for your first question Robot Framework 5.0 (Python 3.9.6 on win32) (Hope this is what you are asking)
Selenium Version 4.1.3

<<<"body onload=“javascript:onLoad()” onunload=“javascript:closeSession()” onresize=“javascript:onResize()” id=“home” class=“yui-skin-sam”>>>
<<<"div id=“mainContainer” style=“height: 788px;”>>>
<<<iframe name=“contentFrame” id=“contentFrame” ‘There are locators like source and border details o the frame’>>

I’ve used the code
Select Frame //*[@name=“contentFrame”]
${bln_ElmAvailable}= Run Keyword And Return Status Element Should Be Visible ${elm_ElementOnFrame}

It is always returning False

Will this info help