In the following snippet
I want to get xpath of the element containing the text 'This is what I should get'. I use the xpath expression html/body/div[5]/div[3]/div/div/div/div[2]/div/table/tbody/tr[2]/td/span
, but I am getting the element with text 'This is what I am getting'. Please help me to modify element locator to get desired text