can't reconginze the application which made by sandbar

Ask general questions here.
xing.liu
Posts: 1
Joined: Fri May 22, 2015 4:30 am

can't reconginze the application which made by sandbar

Post by xing.liu » Fri May 22, 2015 4:42 am

Hi, I am researching this tool, and try to use Ranorex Spy to track my application, but it can't capture some part of it(created by sandbar.dll), like the sound button(SandBar.ButtonItem), becausef of some reason we cant us the image capture, so anybody can help me, an ideas will be kindly appreciated. Thanks!
ToolBarSound_Screenshot.png
You do not have the required permissions to view the files attached to this post.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: can't reconginze the application which made by sandbar

Post by odklizec » Fri May 22, 2015 7:22 am

Hi,

At first, please post the Ranorex snapshot (not screenshot) of the GUI in question. You can find how to create one here:
http://www.ranorex.com/support/user-gui ... files.html

At second, if the GUI element is created with limited or no accessibility support, there is unfortunately nothing much you can do, except of using image-based automation, eventually, you can try to use the GDI access approach described here:
http://www.ranorex.com/support/user-gui ... tions.html

Another (hardcore) possibility is to try to add the accessibility to the control via sub-classing, described for example here:
http://www.ranorex.com/blog/enabling-au ... s-controls
But this may not work in all cases and it requires some serious coding skills ;) And of course, it's much harder (yet not impossible) to do so without source code of the control.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration