Hi
I am facing issue with the data scrapping of the table in an application.
The scenario is, there is a table where the logic is to scrape the table and check for the row-column value(Status) is changed from “Pending” to “Done”, if Status is pending wait for some time then scrape data again.
The prb is the value is changed in the application table to “Done” but when data scrapping happens, it scraps data as “Pending”, even though the application table column shows “Done” status.
Somehow it’s not fetching the refreshed values of the column.
Abhishek