frankvanderkuur / robotframework-sapguilibrary

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

Cannot find column id of an object within a shell object #1

Open duongnguyenquy opened 5 years ago

duongnguyenquy commented 5 years ago

Dear Frank, I am working with SAP GUI and try to write the script to double click the item which in the shell object i tried Select Node and the params were : tree_id : \/app\/con[0]\/ses[0]\/wnd[0]\/usr\/cntlIMAGE_CONTAINER\/shellcont\/shell\/shellcont[0]\/shell node_id : F00003 This function did nothing. I tried Double Click Element but seems can't find any column_id with the Recorder of Script Tracker tool. Any help would be much appriciate. Thanks