Web application selectors issue

Hi ,

I need to enter data in to a web application but while entering i was unable to do it because of selectors issue,
after first row again it is entering in first row instead of second ,can u tell me how to scrape data from a web application12 .

also how to use tabs and select the appropriate one, like both row and column should be in sync

@karthik_kulkarni1
have a look here, as dynamizing the selector would be one of the main building blocks:

just do some analysis within uiexplorer and find out the relations betwenn row and field (mybe a selecotr part like rowXY can help.

for datascraping e.g. to support the entering into the webtable fields have a look here: