Vars01
4 years agoOccasional Contributor
Iterating through rows and clicking on specific row element
Hi Team,
I am a beginner in TestComplete and coding too. Was creating one basic script and didnt know which method to use:
I have data available in rows (example : 10 rows) and I have to iterate through these rows one by one and verify the row details and navigate to desired row to click on the element.
I am unable to understand which method to use FindAll or Find Elements and what to define inside the method. can anyone help me on this.
xpath - //table/tbody/tr - common for all rows