have you automated using Robot Framework for SAP using SapGuiLibrary ?.
I am struggling to automate.
cannot resolve the AttributeError: 'int' object has no attribute 'findById'. Some setting or initialization is missing
can you please help?
Your timely support will help me a lot.
*** Settings ***
Library DatabaseLibrary
Library OperatingSystem
Library SikuliLibrary
Library SapGuiLibrary
*** Variables ***
*** Test Cases ***
RMSSAP
SikuliLibrary.Open Application C://Program Files (x86)//SAP//FrontEnd//SAPgui//saplgpad.exe
Sleep 10
SikuliLibrary.Add Image Path ../../RobotFramework/Pictures/
SikuliLibrary.Click Session148.png
Sleep 10
SikuliLibrary.Double Click Session148.png
Sleep 20
Connect To Session 1
SapGuiLibrary.Input Text wnd[0]/usr/txtRSYST-BNAME testuser
SapGuiLibrary.Input Text wnd[0]/usr/pwdRSYST-BCODE testpwd
AttributeError: 'int' object has no attribute 'findById'.