Search found 4 matches

by Jordy
Fri Oct 21, 2016 1:41 pm
Forum: General Questions
Topic: Warning messages while replaying recordings
Replies: 10
Views: 2333

Re: Warning messages while replaying recordings

I am also getting these warnings, my settings are just like the picture jma posted above.
I am running Windows 7 (assume 64 bit, can't check due to limitations), Ranorex v6.0.2.
by Jordy
Fri Oct 21, 2016 1:02 pm
Forum: General Questions
Topic: Basic button detection question
Replies: 5
Views: 1787

Re: Basic button detection question

Thanks Pavel :)

First attempt I had too many locations and it was failing because it wanted to click the first button which was not visible. This was easily fixed with some visibility checks though, so all is good now! Have a nice day.
by Jordy
Fri Oct 21, 2016 12:16 pm
Forum: General Questions
Topic: Basic button detection question
Replies: 5
Views: 1787

Re: Basic button detection question

Hello,

I'm sorry. Post was waiting to be verified so I could not edit it until it was actually posted.
Added a snapshot and fixed the screenshot! The screenshot is too big though, to see the area I marked you will have to scroll to the right.
by Jordy
Fri Oct 21, 2016 10:51 am
Forum: General Questions
Topic: Basic button detection question
Replies: 5
Views: 1787

Basic button detection question

Hello all. I was just trying some browser testing (in IE) when I found some buttons that I could not manage to detect with user code. Using XPath I can find all buttons perfectly fine. buttons.png The code I am using to try to detect them: public void removeLocations() { IList<Button> allButtons = H...