0

I am trying to test iframe with robotframework and when using the Select Frame keyword with it always throws the error as,

NoSuchFrameException: Message: no such frame: element is not a frame
  (Session info: chrome=80.0.3987.132)

When tried to print the source code to check if the iframe is visible I see the below,

    <iframe name="frame-view" title="frame-view" width="100%" height="100%" src=<url> frameborder="0" scrolling="no" 
sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox">
    Oops! Your browser is not compatible with iframes
    </iframe>

Is it the browser which spawns is blocked to access the iframe and hence the keyword to select even fails? Just assuming this now, would be great if someone can give insight on this to fix. Thanks.

Melwyn Jensen
  • 161
  • 1
  • 10

0 Answers0