Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
How to select a value from a dropdown cell in XamDataGrid..
posted

Hi, 

I am trying to automate using QTP and need to select a value from the dropdown in XamDataGrid's cell.

WpfWindow("RulesEngine (ABCDEF)").XamDataGrid("relations").ActivateCell "{2}[1]" 

WpfWindow("RulesEngine (ABCDEF)").XamDataGrid("relations").SetCellData "{2}[1]""Ratio"

I am getting the below error whil trying to use SetCellData, is this the right method to use? Suggest me the correct one..

Parameter count mismatch.

Line (32): "WpfWindow("RulesEngine (ABCDEF)").XamDataGrid("relations").SetCellData "{2}[1]""Ratio"".

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Ramesh,

     

    I am just checking if you got this worked out or you still require any assistance or clarification on the matter.

Children
No Data