I cant verify this object, its nlot text or image.
I tried to use the spy web but it doesnt capture it.
try to use true xpath
Right click on the cell you want and select “Inspect” from the pop-up. Do this a second time. The associated HTML of the item should display right on the cell you want. See if it is a table or something else. If you can show us the HTML, that would help us to assist you. If the Web Spy is not helping you, then you (or we) need to review the HTML.
Try, Xpath = “//table//tbody/tr[${tr}]/td[${td}]/*”
tr = row number
td = cell number
You should review the “unselectable” attribute and it looks to be for the whole table. What are you trying to do with the table?