Search found 4 matches

by jmarkman
Mon Mar 11, 2019 5:18 pm
Forum: Automation API
Topic: Pattern matching on RepoItemInfo
Replies: 1
Views: 1521

Pattern matching on RepoItemInfo

Is it possible to perform pattern matching on RepoItemInfo objects? I'm working on a test where there might be one window or another, and I'd like to perform an action based on whichever window's RepoItemInfo is returned first. I've tried something similar to the following RepoItemInfo myCoolWindow ...
by jmarkman
Tue Nov 27, 2018 4:47 pm
Forum: General Questions
Topic: How do you make a new project that isn't auto-loaded with Ranorex .dlls?
Replies: 1
Views: 982

How do you make a new project that isn't auto-loaded with Ranorex .dlls?

Hey all, My team would like to create multiple projects in a solution. Our testing code doesn't exclusively deal with UI automation, so we'd like to be able to make projects that don't have their references clogged with all of the various Ranorex UI-related dependencies. We actually like using the R...
by jmarkman
Mon Sep 10, 2018 7:09 pm
Forum: How To …
Topic: Click on a tab in a ribbon with a WinForms app using DevExpress controls
Replies: 3
Views: 1720

Click on a tab in a ribbon with a WinForms app using DevExpress controls

In the limited amount of time I have with the trial, I'm trying to write some simple automation in Visual Studio following the VS integration guide . I'm not changing a whole lot from the calculator example, but I'm having trouble specifying a type for FindSingle to click on a button in a ribbon con...