11-23-2016, 10:55 PM
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.
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.