Getting error :- FAIL : AttributeError: 'int' object has no attribute 'findById'
HI All,
I am newie to robot framework, trying to automate the SAP flow, when trying to run below code, getting error please help
*** Test Cases ***
Run_Program
Start Process ${SAPlogon}
Sleep 20
ClickOnLogin
AutoItLibrary.Send {ENTER}
EnterCredentails (First approach)
SapGuiLibrary.Set Focus "findById" @('/app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME')
SapGuiLibrary.Input Text "findById" @('/app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME') *****
#SapGuiLibrary.Input Text /app/con[0]/ses[0]/wnd[0]//usr/pwdRSYST-BCODE *****
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.