frankvanderkuur / robotframework-sapguilibrary

A Robot Framework Library for automating the SAP GUI desktop client
Apache License 2.0
51 stars 22 forks source link

Issue with Select From List by Label #13

Open Ragumanian opened 2 years ago

Ragumanian commented 2 years ago

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 need to select value 03 from the combo box

However am getting the error Property unknown.value cannot be set

Have checked the value using scripting tracker and found that its valid

Can you please help me in getting the issue resolved?