Search found 5 matches

by Rebus
Thu Feb 13, 2014 9:33 pm
Forum: Bug Reports
Topic: Bug: Ranorex Spy detects Chrome as Black Screen
Replies: 1
Views: 1973

Bug: Ranorex Spy detects Chrome as Black Screen

In version 32.0.1700.107 m of Chrome Ranorex Spy is detecting all elements as black screen.
by Rebus
Wed Jan 29, 2014 9:59 pm
Forum: Automation API
Topic: Trying to log when objects in dropdown are changed
Replies: 1
Views: 1802

Trying to log when objects in dropdown are changed

I am trying to create some code that when run tells me if objects were added or removed from a dropdown. The code I have currently is not working. I think I may need to convert the objects into strings then add them to a list then compare it with my other list. IList<ATag> currentList2 = filterOptio...
by Rebus
Mon Jan 13, 2014 2:22 pm
Forum: Automation API
Topic: Determining if dropdown values change?
Replies: 4
Views: 2564

Re: Determining if dropdown values change?

We have dropdowns that have values added to them every build. I want to compare an old build to the new build and see what a developer has added to the dropdown. For example if in the first build we have values of yes and no in a dropdown and in the second build maybe is added to the dropdown. I wan...
by Rebus
Thu Jan 09, 2014 7:01 pm
Forum: Automation API
Topic: Determining if dropdown values change?
Replies: 4
Views: 2564

Re: Determining if dropdown values change?

Just to help clarify if its not doable on its own could I have two versions of the software running and compare the changes in the dropdown?
by Rebus
Wed Jan 08, 2014 6:53 pm
Forum: Automation API
Topic: Determining if dropdown values change?
Replies: 4
Views: 2564

Determining if dropdown values change?

I want to set up Ranorex to tell me when a dropdown either adds more items or items are removed from the dropdown. Is it possible to use validation to determine this?