How to Find a dynamic web table cell in a row and click on corespondent element

i had an issue with html web table, i can find a particular cell in a web table, but i cant click on the corespondent element which is related to it

You can find the selector for any one of the cell and then dynamically change row and column for the selector.

Regards,
Karthik Byggari

what type of activities should i use to find the element in the web data table and how can i change the row and column selector dynamically to click on the corespondent element

asign a variable, Eg:strVar , add an anchor base activity and in your sequence or flow chart and add find element and Click activities and replace the selector with the variable using (“+strVar+”)
Note: edit the selector in property pane. Dont edit the selector in “Edit selector popup”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.