robotframework-sapguilibrary icon indicating copy to clipboard operation
robotframework-sapguilibrary copied to clipboard

A Robot Framework Library for automating the SAP GUI desktop client

Results 16 robotframework-sapguilibrary issues
Sort by recently updated
recently updated
newest added

Hi Frank van der Kuur, We have been using the SAP GUI library for automating the SAP scripts using Robot Framework. We are using scripting tracker to scan and record...

The Keyword `Get Cell Value` contains a wrong method call to "getCellValue", which does not exist. This should fix issue #9 .

We are unable to use the set_cell_value function to update cell value in SAP table. It showing error in line "self.session.findById(table_id).modifyCell(row_num, col_id, text)" Attaching the error screenshot here ![image](https://user-images.githubusercontent.com/16968751/172304208-a32a3b23-72ac-4309-b81f-cce400c7849e.png)

Hey everyone, I am highly interested in having an actively maintained SAP GUI library. I implemented several high-level GUI tasks such as parsing ABAP lists and shell objects from SAP...

Hi All, I am doing SAP automation using robot framework SAPGUILibrary. I am able to login and identify maximum of the elements but not able to get and set Value...

Keywords `Element Value Should Contain` and `Element Value Should Be` do not support `GuiTitlebar` and `GuiButton` currently. I always use to write my tests in a way that after (almost)...

Hi, Am automating SAP GUI using SAPGUI Library with Robot Framework I want to select a value from combobox and am using SAPGuiLibrary.Select From List By Label /app/con[0]/ses[0]/wnd[0]/usr/cmb/TEST_SL 03 I...

Dear Sir, I am new to Robot Framework. I have installed Sap Gui Library using pip install robotframework-sapguilibrary. I am struggling to get started with *** Settings *** Library DatabaseLibrary...

SapGUILibrary.Connect To Existing Connection is throwing "AttributeError: 'int' object has no attribute 'Children'" error with no further description. Unable to connect to existing connection.