cancel
Showing results for 
Search instead for 
Did you mean: 

SapGuiLibrary.Input Text

09-03-2019 8:44 PM
698 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

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 *****

0 Likes

Accepted Solutions (0)

Answers (0)