Search found 5 matches

by cnimnicht
Tue Mar 31, 2009 1:16 am
Forum: Object Identification and Technologies
Topic: Return list of options from a selecttag item
Replies: 1
Views: 2931

Return list of options from a selecttag item

Hello,

I'm trying to figure out a way to populate an array with a list of option names from a select tag.

Thank you,
Chris
by cnimnicht
Wed Mar 11, 2009 10:46 pm
Forum: General Questions
Topic: How do you select an OptionTag from within a SelectTag
Replies: 9
Views: 4742

Hi, I've been trying to get this sample to work SelectTag combo = ... // open the combo box combo.Click(Location.CenterRight); // find the right item in the popup and click it ListItem item = "/container[@caption='selectbox']/listitem[@text='green']"; item.Click(); I'm having issues with the line of...
by cnimnicht
Wed Mar 11, 2009 2:05 am
Forum: Object Identification and Technologies
Topic: Using dropdown menu on webpage
Replies: 1
Views: 4198

Using dropdown menu on webpage

Hi, I am trying to find a way to select an item from a dropdown list that is dynamic. I have tried the following code, but the problem is that is has different results than when you manually select an item from the drop down box. foreach (OptionTag option in repo.SomeWindow.SelectTagDropDownMenu.Fin...
by cnimnicht
Thu Feb 19, 2009 1:41 am
Forum: Automation Tools
Topic: Comparing Bitmaps
Replies: 1
Views: 6134

Comparing Bitmaps

I know this has been asked before, but I was a bit unclear on the solutions. I have an app that I need to determine whether an area of the screen is green or red. I've noticed that it is mentioned to use CaptureBitmap to get a bitmap of the window, but I am unable to use CaptureBitmap in VS 2008, I'...
by cnimnicht
Fri Jan 30, 2009 12:55 am
Forum: Automation Tools
Topic: Tracking a form that changes title name
Replies: 1
Views: 3294

Tracking a form that changes title name

Hi, I am currentely evalutating Ranorex for my company, we have a product that opens with a title name "Form". When you load a file with this product the title changes to Form - FileName. The problem I am having is that when I use Ranorex Spy on the application after I load a file, it creates a new ...