Hi All,
I have a similar table of WPFLISTVIEWITEMs as below in WPF application.
I want to get all the number s, which are dynamic in nature and add them.
Issue: Using Findall() I am not able to get the complete list because elements in the end of long list are blank/null because they get disconnected from parent(WPFListView) and I can see this in SilkTest workbench debug mode.
So how should I get all the values? The screen has scrollbar as well and all elements are not visible at once.
Tokci