Hi there,
I’m scraping a data tablet from a website, spanning multiple pages. I would like to click on the same column of each row (using for each) but I’m having trouble defining the selector. Any help would be appreciated.
After scraping data using For Each Row activity to iterate that DataTable. And then use Click Text and pass like
row(“ColumnName”).Tostring to click text.
1 Like
Hi @casetofon,
Are you using “Data Scraping” activity which is there in the “Design” ribbon at the top of the UiPath Studio. If not, please check that out. I think that might solve your problem.
Hope it helps
Regards