Page 1 of 1

Button identification problem

Posted: Wed Aug 31, 2016 10:48 am
by Sourov19
Hello
I am trying to automate one of our Windows application named CatiaV6. Ranorex spy can detect many buttons, but can't detect some. Buttons & text fields of following pictures can't be detected. Could you say what may be the reason?

Re: Button identification problem

Posted: Wed Aug 31, 2016 12:07 pm
by odklizec
Hi,

There is unfortunately not enough info in your post to provide a reasonable answer. Please answer the following questions:
Ranorex version?
Please upload a Ranorex snapshot (not screenshot!) of the problematic elements (or nearest parent element, containing the problematic element).

Generally speaking (from my previous experience with Catia), Catia is based of Dassault's own GUI framework with very little (if any) accessibility support. And I'm afraid, there is no special Catia GUI support built in Ranorex. What you can use is screenshot-based automation.

Another possibility is to extend the Catia window with custom accessibility layer (as we did it in my previous work). But it would require a deep understanding of programming techniques like subclassing. Please follow my post here:
http://www.ranorex.com/forum/ranorex-fo ... tml#p37037