Page 2 of 2

Re: getting the Native Object

Posted: Wed Feb 16, 2011 3:53 pm
by Support Team
Hi,

the approach you want to implement is basically not the way Ranorex is designed for.
Basically Ranorex is a "Black Box Testing Tool".
I would propose to use either image based recognition or the GDI plug-in to automate your tests in your scenario.

Have a look at following links to get more information about these two techniques:
http://www.ranorex.com/blog/automation- ... re-plug-in
http://www.ranorex.com/support/user-gui ... ition.html
http://www.ranorex.com/support/screencasts.html

Regards,
Tobias
Support Team

Re: getting the Native Object

Posted: Tue Jul 09, 2013 3:18 pm
by oxanacanada
Hi, ashishabrol
Are you still on this forum? I have some questions regarding your post (that 2-year-old). Would greatly appreciate your reply.
Best regards,
oxanacanada
ashishabrol wrote:Here is vbscript to click on item.

Set obj=Window("Form1").ActiveX("SSListBar").object

Window("Form1").ActiveX("SSListBar").FireEvent "ListItemClick", obj.Groups.item(1).ListItems.item(1)

I have searched a lot in the api and didnt find anything.

I have a dummy application (very small size) which has the control. I can post you if you want.

thanks