Solved
Forum Discussion
Another example, to highlight the cell using XPath base on the class name
I am currently at
let tr = Aliases.browser.pagePostbank.FindElement("td[@id='m_img_Edit_5be1669f1f644960a895de91534a50f8']")
Its xpath is /html/body/form/div[3]/control/div/div/div[2]/div/div/div/div[1]/div/table/tbody/tr[15]/td[1]/div/a
I don't know if I have to use the full path or not. Missclicked the solution button sorry about that