Hello, I need some help .I have a table with list of tasks to be performed .The table size varies for each scenario.I need to click on a link in each row.As soon as I click the link , that row disappears from the table. I Need a custom keyword for this task to
def taskstobeapproved(List tasks, String Name, int a){
for (int i=0; i<tasks.size(); i++) {
WebUI.click( findtestobject'(xpath)[+a+]',true)
// clicking on current step - task
WebUI.click( findtestobject'(//a[text()="+tasks[i]+"]", true))