Forum Discussion
swati_nadage
10 years agoContributor
attaching object properties screenshot
Mrunal
10 years agoContributor
Hi Swati,
Try with using
WItem.Click()
refer this link :- https://support.smartbear.com/viewarticle/68276/
- swati_nadage10 years agoContributor
Thanks Mrunal for your help.
Actually I have tried using wItem but it gives error as object required.
Also I tried using wchecked but TestComplete doesn't returns state of the checkbox. It gives error as 'the list view items has no checkboxes'.
I tried like this.
log.message Aliases.SisXV.dlgManageLayouts.SysListView32_ManageLayouts.wChecked(1)
or
Call Aliases.SisXV.dlgManageLayouts.SysListView32_ManageLayouts.wItem(1, 1).Click
If you have any example please share with me. I have gone through Smart Bear documentation on this but not getting how to use wItem for my object.
Thanks and Regards,
Swati