Micro Focus QTP (UFT) Forums
[UFT] WpfTable and WaitProperty with RowCount - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: [UFT] WpfTable and WaitProperty with RowCount (/Thread-UFT-WpfTable-and-WaitProperty-with-RowCount)



[UFT] WpfTable and WaitProperty with RowCount - robertosalemi - 11-23-2016

Hi,
I'm working with a WpfTable (DataGrid).

This grid takes more time to show all rows to the user, so I would use the WaitProperty property to wait for exactly time.

The Property is:
WpfWindow("myApp").WpfTable("myGrid").WaitProperty (PropertyName, PropertyValue, timeout)

If I set "RowCount" as PropertyName, what have I to set as PropertyValue?

I can't insert a condition, for example "<> 0".

Is there another property that i can check?
Thanks.