Hi,
Can someone please help me fixing the below issue that I am facing, automating desktop application (WPF - DevExpress).
There's a data table on the widget- with the help of UI automation application navigator; I see the data grid as the parent object under which are HeaderPanel (pane) and DataPanel (pane)- each row under this pane is identified as dataItem, I am looking for a way to get this data out into collection and compare it against database. So far, I got the data grid object added and able to highlight, but when I try doing some table operations in read action, such as 'Get Row Count', 'Get Rows' etc., I am receiving below error during execution, please suggest
Internal : Failed to perform step 2 in Read Stage 'Get Data Panel Rows Info' on page 'OmniTable' - Unable to find a valid pattern - required: GridPattern
Thank you in advance!
------------------------------
Mohammed Zubair Khan Sirkhilzia
------------------------------