Hi All,
I am using a Desktop App which has a ComboBox field. I am able to select an option from the dropdown. However when I try to extract the selected value for this Combobox I am getting the output as "System.Data.DataRowView".
I have tried using the below available actions.
1. Get details of a UI Element in window with Attribute name set to 'owntext'
2. Extract data from Window
But both returning output as 'System.Data.DataRowView'
Any help around this will be much appreciated. Thanks in advance!!