Hi,
I have table, where i scrap the table to get the row number,
Using loop, i check the row one by one by their row number
If checked table row got some criteria match then the row will dissapear and loop will break and start scraping again table.
How to make row number still continue after break activity instead of start from first value?
Thanks