I am getting below error while compiling
multiple-value selection.Text() in single-value context
var selection *agouti.Selection
s1 := a.page.FirstByXPath(`//*[@id="name"]`)
selection = s1
tmp_address = selection.Text() // Error is occurring at this Line.
Please help to resolve this issue.