I need to extract a datatable that adds a row when a user submit a transaction, and the table shows the status of the transactions.
I use Data scraping and I captured the table when it has only one row, and it works.
However, if rows are added to the table, the output of the data scraping is empty.
How do I extract the data of a table that dynamically changes the number of rows??
Have a selector problems.
you should capture and check the differences between the first selector of the table and the second one obtained when inserting new rows.
uhm, test it, if you make a DataScraping and can read rows when records are added then you have an selector mismatch somewhere… else you should see another method to get these new rows.