WebElement table_name = driver.findElement(By.xpath(“xpath”))
<List> Webelement row_count = table_name.findElements(By.tagname(”tr”));
Syso(“Total Rows”+rowcount.size());
ArrayList<Integer> row-data-int = new ArrayList< Integer >
For (rowNum=1;rowNum<row_count.size();rowNum++){
String row_data=Integer.parseInt(table_name.findElement(By.xpath(“path_beginning”+rowNum+”path_ending”)).getText();
row-data-int.add(row_data)
If(row_data[rowNum]<row_data[rowNum-1]
--
You received this message because you are subscribed to the Google Groups "appium-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-develop...@googlegroups.com.
Visit this group at https://groups.google.com/group/appium-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/appium-developers/b2ad7e4a-d551-4e45-a9ec-b116953c9dc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.