Use variable in xpath

Could you try this in the Test Object definition for a_dashboarditems:

//*[normalize-space(text())='${dashboard}']

You need to quote the string value of ${dashboard}.

2 Likes