Search found 10 matches

by sagargurao
Wed Jan 04, 2017 12:38 pm
Forum: Object Identification and Technologies
Topic: Does ranorex v6.2.0 support DevX Controls?
Replies: 1
Views: 1687

Does ranorex v6.2.0 support DevX Controls?

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 ch...
by sagargurao
Tue Jan 03, 2017 10:48 am
Forum: Object Identification and Technologies
Topic: Unable to access child elements in Treeview control
Replies: 3
Views: 2332

Re: Unable to access child elements in Treeview control

I downloaded and installed the latest trial version of Ranorex (v.6.2.0). However, the problem still persists. As long as the Parent elements in treeview control are inside the visiable/viewable area, I am able to identify the child elements individually, however, the problem starts as soon as the p...
by sagargurao
Tue Dec 27, 2016 9:51 am
Forum: Object Identification and Technologies
Topic: Does ranorex v4.1 supports HTML5?
Replies: 4
Views: 1709

Re: Does ranorex v4.1 supports HTML5?

Hi,

Thanks for your reply and apologies for my late reply. :)
I tried to automate using firefox and it seems to be working.

Thanks,
by sagargurao
Tue Dec 27, 2016 6:59 am
Forum: Object Identification and Technologies
Topic: Unable to access child elements in Treeview control
Replies: 3
Views: 2332

Unable to access child elements in Treeview control

Hi, I am trying to access the child elements of a treeview control in a silverlight based application. The Ranorex application version is 4.1. As long as the Parent elements in treeview control are inside the visiable/viewable area, I am able to identify the child elements individually, however, the...
by sagargurao
Thu Dec 01, 2016 1:04 pm
Forum: Object Identification and Technologies
Topic: Does ranorex v4.1 supports HTML5?
Replies: 4
Views: 1709

Re: Does ranorex v4.1 supports HTML5?

Hi,

Thanks for the reply.
Attaching the Ranorex snapshot for your reference.
Ranorex spy is not able to detect any control under the application. It only detects the outer frame of the application.

Thanks,
Sagar
by sagargurao
Wed Nov 30, 2016 10:28 am
Forum: Object Identification and Technologies
Topic: Does ranorex v4.1 supports HTML5?
Replies: 4
Views: 1709

Does ranorex v4.1 supports HTML5?

We are using Ranorex version 4.1 in our organisation. Recently, I tried to identify elements in a web application which was based on HTML5. The application was running on Chrome and "Ranorex Automation" extension was installed on it. Still, the ranorex fails to identify individual elements in applic...
by sagargurao
Thu May 19, 2016 12:29 pm
Forum: Object Identification and Technologies
Topic: Problem while accessing the second row in datagrid.
Replies: 4
Views: 1841

Re: Problem while accessing the second row in datagrid.

Ahh....now I know what will be causing the problem.

I tried to implement the logic as described by you and it worked.

Thanks again...appreciate your time and efforts. :)
by sagargurao
Thu May 19, 2016 11:10 am
Forum: Object Identification and Technologies
Topic: Problem while accessing the second row in datagrid.
Replies: 4
Views: 1841

Problem while accessing the second row in datagrid.

I am trying to access a DataGridRow in a web application that is built in Silverlight using for loop. The problem is, Ranorex identifies the cells while interacting with the first row. However, it is not able to identify the second row (or further rows). These rows are identifiable using Spy, howeve...
by sagargurao
Wed May 18, 2016 11:03 am
Forum: Object Identification and Technologies
Topic: Checkboxes checked in Silverlight Datagrid are cleared.
Replies: 2
Views: 1904

Re: Checkboxes checked in Silverlight Datagrid are cleared.

Thanks, this suggestion worked. :D
Earlier I was trying with checkbox.check() method and was getting this problem. However, after trying Mouse.MoveTo(checkbox) and Mouse.Click() methods it worked like a charm.

Thanks again.
by sagargurao
Mon May 16, 2016 1:02 pm
Forum: Object Identification and Technologies
Topic: Checkboxes checked in Silverlight Datagrid are cleared.
Replies: 2
Views: 1904

Checkboxes checked in Silverlight Datagrid are cleared.

Hello, I have a web application running on silverlight which contains a datagrid and some checkboxes contained in it. I have to check the checkboxes and then navigate the grid till the last row. However, When I check some of the checkboxes using ranorex code and scroll down, the check boxes are auto...