Hrm,
'ResultsPage.Table.ScrollPage.row Item Name.LocalText'
'ResultsPage.Table.ScrollPage.row Special.LocalText'
'ResultsPage.Table.ScrollPage.row Price.LocalText'
'ResultsPage.Table.ScrollPage.row Seller.LocalText'
None of these seem to work. After performing a search and clicking on an item they still just seem to return "Missing Item Name" or the whatever the default string they are set to is. I will just stick to using SelectedPage.lblSelectedNameAndPrice.LocalText i guess

.
As for discovering the datasource which is feeding the table. Is there an easy method of doing this? Or would i just have to totally guess a the name of the datasource until i stumbled accross it i.e.
Table.datasource
Table.resultsdatasource
Table.resultssource
etc..