You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are part of Automation Testing using Test Stack White, and our WPF application is recently upgraded to 19.1 DevExpress, after that we unable to retrieve getItem() from Datagrid, as getting Null Exception... can any one help us on this. is there any alternative to this, or any workaround... below is our code
From the above step we are getting Null Exception, after upgrading the DevExpress to 19.1, where are as the same code is working fine with the older version of DevExpress
The text was updated successfully, but these errors were encountered:
Hi Team,
we are part of Automation Testing using Test Stack White, and our WPF application is recently upgraded to 19.1 DevExpress, after that we unable to retrieve getItem() from Datagrid, as getting Null Exception... can any one help us on this. is there any alternative to this, or any workaround... below is our code
ListView dataGrid = window.Get<ListView>(SearchCriteria.ByAutomationId("AutoId_LogicContainerGrid"));
GridPattern gridPattern = dataGrid.AutomationElement.GetCurrentPattern(GridPattern.Pattern) as GridPattern;
AutomationElement elemtn = gridPattern.GetItem(1,1);
From the above step we are getting Null Exception, after upgrading the DevExpress to 19.1, where are as the same code is working fine with the older version of DevExpress
The text was updated successfully, but these errors were encountered: