I have captured an element from SAP using GUI script Record and Playback which is not capturable using capture action.
session.findById("wnd[1]/usr/shellcont/shell").doubleClickItem "00000007", "HITLIST"
In SAP Double Click action we don't have an option to use "00000007" or index , only have the option Field Path.
Is it possible to include "00000007" in fieldpath along with "wnd[1]/usr/shellcount/shell"
Any help would be highly appreciated
Thank you.