Search found 18 matches

by hnporter
Wed Feb 19, 2014 4:26 pm
Forum: General Questions
Topic: Combobox click issue
Replies: 7
Views: 2435

Re: Combobox click issue

The RxPath of the button already includes a reference to the ComboBox: /?/?/combobox[@automationid='cmbScreen']/button[@automationid='PART_DropDownButton'] However, I did notice something interesting just now. When I first load the page and track the button, it resolves easily: http://i57.tinypic.co...
by hnporter
Tue Feb 18, 2014 4:35 pm
Forum: General Questions
Topic: Combobox click issue
Replies: 7
Views: 2435

Re: Combobox click issue

Attached is the snapshot - please let me know if there's anything else I can provide. The combobox in questions is 'cmbScreen'.
by hnporter
Tue Feb 18, 2014 3:23 pm
Forum: General Questions
Topic: Combobox click issue
Replies: 7
Views: 2435

Re: Combobox click issue

Thanks for your quick reply. My point is that telling Ranorex to click 'Center', 'Upper Right' or whatever no longer work on the 2nd iteration. Ranorex's version of 'Upper Right', for example, don't travel far enough to the right to click the spot. And this particular combobox (appears to be Infragi...
by hnporter
Tue Feb 18, 2014 2:43 pm
Forum: General Questions
Topic: Combobox click issue
Replies: 7
Views: 2435

Combobox click issue

My current test involves iterating through a number of items within a drop-down. Initially, I captured via Spy the 'arrow' button of the drop-down (located on the far-right of the drop-down). Ranorex identifies the XPath of this item as: ?/?/combobox[@automationid='cmbScreen']/button[@automationid='...
by hnporter
Thu Feb 13, 2014 7:45 pm
Forum: General Questions
Topic: Ranorex cannot click link that is "hidden" due to scrollbar
Replies: 9
Views: 3308

Re: Ranorex cannot click link that is "hidden" due to scrollbar

Apologies for the delay in response. I've sent the snapshot to the support email, please let me know if there's anything else you need. Thanks again!
by hnporter
Thu Feb 06, 2014 8:33 pm
Forum: Automation Tools
Topic: How to get Screenshots for every step and not just failures
Replies: 8
Views: 2901

Re: How to get Screenshots for every step and not just failures

You can use Report.Screenshot to capture a screenshot at any point in your script.
by hnporter
Thu Feb 06, 2014 2:14 pm
Forum: General Questions
Topic: Ranorex cannot click link that is "hidden" due to scrollbar
Replies: 9
Views: 3308

Re: Ranorex cannot click link that is "hidden" due to scrollbar

Please see my additional questions in the earlier response - 1) what exactly did you want a snapshot of? It's my understanding that I take a snapshot from within Ranorex Spy...did you want a snapshot of the app in question? And 2) did you want it just attached as a reply to this thread?
by hnporter
Tue Feb 04, 2014 7:51 pm
Forum: General Questions
Topic: Ranorex cannot click link that is "hidden" due to scrollbar
Replies: 9
Views: 3308

Re: Ranorex cannot click link that is "hidden" due to scrollbar

Anything additional on this? I replied to support's requests, but have heard nothing additional. Thanks!
by hnporter
Thu Jan 30, 2014 8:02 pm
Forum: General Questions
Topic: Ranorex cannot click link that is "hidden" due to scrollbar
Replies: 9
Views: 3308

Re: Ranorex cannot click link that is "hidden" due to scrollbar

The app is WPF with SQL on the back end. I did try EnsureVisible, though it's possible I am misunderstanding its intended usage. The code looks like: Ranorex.Text myTest = varAdminLink; myTest.EnsureVisible(); Mouse.Click(varAdminLink); It does appear that EnsureVisible returns FALSE for the element...
by hnporter
Wed Jan 29, 2014 6:24 pm
Forum: General Questions
Topic: choosing what element to screenshot on failure
Replies: 6
Views: 1962

Re: choosing what element to screenshot on failure

Thanks, I appreciate the feedback!
by hnporter
Mon Jan 27, 2014 9:20 pm
Forum: General Questions
Topic: Ranorex cannot click link that is "hidden" due to scrollbar
Replies: 9
Views: 3308

Ranorex cannot click link that is "hidden" due to scrollbar

The app I am testing loads a treeview on the left-hand side. The treeview contains a number of links that, when selected, populate the rest of the UI with the associated config page. A number of these links contain expanders that reveal additional links when expanded, or in some cases additional nes...
by hnporter
Mon Jan 27, 2014 9:05 pm
Forum: General Questions
Topic: trying to pass in repo element from Excel for click event
Replies: 2
Views: 1638

Re: trying to pass in repo element from Excel for click event

Thanks for your reply. Not a huge deal; since using the XPath works fine, that's how I'll proceed.
by hnporter
Mon Jan 27, 2014 3:06 pm
Forum: General Questions
Topic: trying to pass in repo element from Excel for click event
Replies: 2
Views: 1638

trying to pass in repo element from Excel for click event

I am wondering if this is possible. What I am trying to do is specify a column in an Excel spreadsheet corresponding to repository elements, and then using a variable bound to this data source, run Click() events iteratively. As an example, I've captured several buttons from Calc.exe to the reposito...
by hnporter
Fri Jan 24, 2014 2:15 pm
Forum: General Questions
Topic: choosing what element to screenshot on failure
Replies: 6
Views: 1962

Re: choosing what element to screenshot on failure

I don't want a new default (because I wouldn't want Ranorex stymied for the reason you described), I would just have liked a way to pass in what I want to screenshot as an argument. It would be nice if Report.Failure offered optional arguments to implement this if desired. Something like: Report.Fai...
by hnporter
Thu Jan 23, 2014 7:31 pm
Forum: General Questions
Topic: choosing what element to screenshot on failure
Replies: 6
Views: 1962

Re: choosing what element to screenshot on failure

Thanks for the quick reply! As I mentioned in the initial post, I am already using Report.Screenshot directly; my concern is by disabling failure screenshots entirely, I will not get screenshots in situations that I haven't specifically gameplanned for. I am wanting to know if there's some way to ov...