Does ranorex v6.2.0 support DevX Controls?

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
sagargurao
Posts: 10
Joined: Mon May 16, 2016 7:49 am

Does ranorex v6.2.0 support DevX Controls?

Post by sagargurao » Wed Jan 04, 2017 12:38 pm

Hello,

I would like to know whether the latest version of Ranorex supports DevX Controls.

I am trying to automate a web application which is developed using DevX controls. Under this application, ranorex seems to be identifying all the controls using div and span tags.

Attaching the snapshot of a checkbox which is being identified as Span by the ranorex spy.

If I need to check/uncheck this checkbox using ranorex code in C#, how should I do this?

Thanks,
You do not have the required permissions to view the files attached to this post.

Vaughan.Douglas
Posts: 254
Joined: Tue Mar 24, 2015 5:05 pm
Location: Des Moines, Iowa, USA

Re: Does ranorex v6.2.0 support DevX Controls?

Post by Vaughan.Douglas » Wed Jan 04, 2017 7:12 pm

I'm not familiar with DevX technology, but I suspect the issue is that the actual input element is a child of the Tag[@tagname='dx-check-box'].

You may need to get the checked state of that hidden input and then click on the parent object to change the that state.

Does this help at all?
Doug Vaughan