I encountered this particular test case:
Select Frame id=coach_frame63454108.cf1
Wait Until Element Is Visible ${ap.gui.header.appname}
Page Should Contain Element ${ap.gui.header.appname}
Page Should Contain Element ${ap.gui.header.appnum}
Page Should Contain Element ${ap.gui.header.procnum}
Unfortunately, I consistently encounter the following error:
Element with locator 'coach_frame63454108.cf1' not found.
The HTML code for the iframe in question is shown below:
<iframe id="coach_frame63454108.cf1" style="border: 0px; height: 100%; width: 100%; display: block" title="Verify Application"></iframe>
If anyone could provide assistance, it would be greatly appreciated.