Hi all,
I am trying to open SAP using UIPath but i keep facing the same error: SelectorNotFound
I have tried several methods
- using recording
- using the Open Application function
Please assist!
Use Start Process activity in that you have to pass file name(file location of SAP app)
you can create shortcut key for the SAPLogon and use that open application…
with that i still keep getting the selector error ![]()
An error pops up ![]()
What error you are getting?
i guess you have not enable SAP scripting in both local where robot runs and on the server. it will give direct access to the studio
I got this

And subsequently this

I got this

Your start process activity should be surrounded by Try/Catch block with Exception of type System.Exception

what should i set for this?
I use:
Selector: <wnd app='saplogon.exe' cls='#32770' title='SAP Logon 740' />
Filename: “C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe”
Best regards.