Search found 10 matches

by mzydorczyk
Wed Jun 28, 2017 5:17 am
Forum: General Questions
Topic: Repo item found but not clicked on
Replies: 13
Views: 3446

Re: Repo item found but not clicked on

Somehow I don't get the PerformClick() invoke action to show up like you show, in studio. I will try to do it using user code but wanted to get a reply out. Alternatively, each element/item in the repo get highlighted with a "box" when it's identified and that box represents the "area" i guess you c...
by mzydorczyk
Thu Jun 15, 2017 3:51 pm
Forum: General Questions
Topic: Repo item found but not clicked on
Replies: 13
Views: 3446

Re: Repo item found but not clicked on

I think I'm still not being clear. I appreciate both of your feedback on the issue. However, this is the issue again. Action: Click on the "Actions" element. Event: Next button/element will enable. The problem is this is not happening. You have mentioned multiple times about the next button being cl...
by mzydorczyk
Thu Jun 15, 2017 3:34 pm
Forum: General Questions
Topic: Finding dynamic elements
Replies: 9
Views: 2289

Re: Finding dynamic elements

How can I get the xpath after the refresh? I would need to retrack the element wouldn't I? That's what makes this complicated. The path is not changing. This is the path before and after (after retracking each time). Unless I'm missing something, those are the same. If I refresh the tree in the app ...
by mzydorczyk
Thu Jun 15, 2017 2:23 pm
Forum: General Questions
Topic: Finding dynamic elements
Replies: 9
Views: 2289

Re: Finding dynamic elements

My company does pay for the premium support so I put all my stuff together and sent to them which doesn't really help you. However, in regard to your link you gave me about dynamic elements, it mentioned if an element is identified by "id". What if my element isn't identified by id? I'm just identif...
by mzydorczyk
Thu Jun 15, 2017 1:13 pm
Forum: General Questions
Topic: Repo item found but not clicked on
Replies: 13
Views: 3446

Re: Repo item found but not clicked on

Jon, where can I send my snapshot so that I don't have to upload it here? Thank you.
by mzydorczyk
Thu Jun 15, 2017 1:07 pm
Forum: General Questions
Topic: Finding dynamic elements
Replies: 9
Views: 2289

Re: Finding dynamic elements

I have my snapshots. Where can I email them? I would like to keep them off the forum due to my company. Thanks.
by mzydorczyk
Thu Jun 15, 2017 7:42 am
Forum: General Questions
Topic: Repo item found but not clicked on
Replies: 13
Views: 3446

Re: Repo item found but not clicked on

In my experience this is due to Ranorex moving too fast. Without more specific details, I can suggest a few methods to get the synchronization on track. Check the status of the enabled attribute in the RxPath. //button[@innertext='next' AND @enabled='true'] This will make Ranorex unable to locate t...
by mzydorczyk
Thu Jun 15, 2017 6:55 am
Forum: General Questions
Topic: Finding dynamic elements
Replies: 9
Views: 2289

Finding dynamic elements

Hi. In my application Ranorex is able to find an element that is in question. I have it in the repo and when I highlight the element it highlights. All good there. Now this is where it gets tricky. The element is in a "navigation tree" that can be refreshed. When this refresh happens, the objects in...
by mzydorczyk
Tue Jun 13, 2017 4:10 pm
Forum: General Questions
Topic: Repo item found but not clicked on
Replies: 13
Views: 3446

Repo item found but not clicked on

Hi Ranorex 7.0.1 Windows 2012 R2 server with all updates available. I am automating an application that is made in WPF and seem to have the same issue when automating things in expandable/collapsable "trees" (I attached screenshot example). Ranorex is able to find the item I want to click or double ...
by mzydorczyk
Wed Oct 19, 2016 9:41 pm
Forum: General Questions
Topic: "Outside of the visible desktop" error; but it's not.
Replies: 8
Views: 4095

"Outside of the visible desktop" error; but it's not.

Running on Windows server 2012r2 Ranorex 6.1.0 OK this is a strange one I'm banging my head against. In my test suite I begin with a [setup] section and do some things in user code with an API to a 3rd party application which allows me to test the plugin I need to test. After the setup section I hav...