I had given a page which consist of table each row consist of button and i have to click on the particular row based on some conditions...any suggestions

  • Use data scraping wizard.
    • Get sow role value.
    • Get Allocate links.
  • Use For each row in Datatable.
    • If row(0).tostring.contains(“Filter value”)
    • Open browser with link row(0). tostring
2 Likes