Forum Discussion

SudhakarVE's avatar
SudhakarVE
New Contributor
9 years ago

Excel Form Windows List object is not recognised

Hi:

 

I'm trying to recognize the Web List control in Excel  form through Test complete. It's being recognised as Aliases.EXCEL.wndThunderDFrame.F3Server5e880000.F3Server5e8800002  and to click a checkbox within it returns the x,y co-ordinates to click it as mentioned below

 

Call F3Server5e8800002.Click(189, 313)


Call F3Server5e8800002.Click(190, 32)

 

Basically, it's list of check boxes basd on the text displayed next to it needs to be selected.

 

Appreciate any suggestion to make/recognize it as  windows list object to identify the particular check boxes.

 

Thanks,

Sudhakar

 

 

2 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Sudhakar,

     

    Try adding the control’s  class name to the MSAA or UI Automation project options. It may make TestComplete recognize the objects inside the control.

     

    • laxmankumar's avatar
      laxmankumar
      Occasional Contributor

      Thank you. Now, I see object spy able to identifying the objects.