getting the Native Object

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: getting the Native Object

Post by Support Team » Wed Feb 16, 2011 3:53 pm

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

oxanacanada
Posts: 1
Joined: Tue Jul 09, 2013 2:36 pm

Re: getting the Native Object

Post by oxanacanada » Tue Jul 09, 2013 3:18 pm

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