Selenium Robot Framework - Web SAP objects

Hi,
I can successfully identify the objects on the web page but while executing the script page launches and script can’t identify the objects

Keyword ‘Input Text’ failed after retrying for 4 minutes. The last error was: Element with locator ‘//input[@id=“_id2:logon:USERNAME”]’ not found

what am I missing here?

Any help appreciated.

Make sure that the element is not inside a frame/iframe.

2 Likes

thank you
yes it is iframe is there a special way to handle this?

Thanks a lot for the direction I’m able to google and find solution for my issue.

2 Likes