Hi, I'd like to ask whether it is possible to write in scLocator the row name, something like this doesn't work :
scLocator=//TreeGrid[ID="ideItemTreeGrid"]/body/row[itemName="new folder"]/col[fieldName=nodeTitle||0].
Can I somehow point not the row number, but it's content?
scLocator=//TreeGrid[ID="ideItemTreeGrid"]/body/row[itemName="new folder"]/col[fieldName=nodeTitle||0].
Can I somehow point not the row number, but it's content?
Comment