Hi guys,
I need to autometed some tests in the SAP environment, so I need to connect the Robot with the SAP GUI, I know that there is library for that, my I don’t know how to use it. I tried the steps below, but dind’t work and I don’t know what to do.
*** Settings ***
Library SapGuiLibrary
Library Process
Variables …/Data/SAP.py
*** Test Cases ***
Connect with SAPGUI
Start Process {Winium}
Run Process {saplogon}
Connect To Session
I’m on a RB basic level, so any help will be great.
Thank in advance.