What element to use to wait for the table to load?

I wanted to scrape a data from a desktop app , the app has like a list of data that looks like a table . I used screen scraping to get the data but I only want to scrape the data if the page or list has already been loaded. Any idea would be appreaciated , Thanks.

Hi @Jelrey

Check this link

Want to understand how Target.WaitForReady property exactly works - #3 by nadim.warsi

what activity should I use to apply the ff.?

You can use delay activity for giving time for giving time for application loading

@Jelrey

@Jelrey

Search for a Unique element that appears only if the Table is load, Use On Element Appear activity Inside of the activity you can keep your scraping activities

Hope this helps you

Thanks