Search found 7 matches

by amross
Fri Aug 17, 2018 2:23 am
Forum: Bug Reports
Topic: RepoItemInfo.CreateAdapter adds extra 5 seconds to specified timeout
Replies: 1
Views: 1496

RepoItemInfo.CreateAdapter adds extra 5 seconds to specified timeout

Ranorex version = 8.2 OS = Windows 7 Service Pack 1 64bit Chrome web application. I have noticed that ReportItemInfo.CreateAdapter(throwException, waitTimeout) isn't working as described. After trying different values, it seems to add an extra 5 seconds to the given timeout. If an element does not e...
by amross
Fri Apr 06, 2018 1:09 am
Forum: Bug Reports
Topic: Chrome native PDF plugin stops Ranorex from finding elements
Replies: 8
Views: 2238

Re: Chrome native PDF plugin stops Ranorex from finding elements

Hi Ned,

Thank you for fixing this (I posted the initial bug report). This gives us one more reason to upgrade.
by amross
Tue Jan 30, 2018 12:41 am
Forum: General Questions
Topic: Line wrapping in exception stack trace
Replies: 1
Views: 1125

Line wrapping in exception stack trace

When a Ranorex test throws an exception, the exception is logged as an Error in the Ranorex report. It includes a stacktrace, accessed by clicking on a heading titled "Show/Hide Stacktrace" The stacktrace includes the full file path and line number of each entry in the stack trace. Our issue is that...
by amross
Thu Jul 13, 2017 12:09 am
Forum: Bug Reports
Topic: Chrome native PDF plugin stops Ranorex from finding elements
Replies: 8
Views: 2238

Re: Chrome native PDF plugin stops Ranorex from finding elements

Thanks for looking at this. From our end, it would be good to know if this issue is assigned a low priority / wontfix. In that case we will have to restructure our tests. OTOH If there is a fix in the foreseeable future, we might hold off on restructuring our tests. Any communication would be apprec...
by amross
Mon Jul 10, 2017 6:40 am
Forum: Bug Reports
Topic: Chrome native PDF plugin stops Ranorex from finding elements
Replies: 8
Views: 2238

Chrome native PDF plugin stops Ranorex from finding elements

Ranorex version = 6.1.0 Chrome version = Version 59.0.3071.115 (Official Build) (64-bit) I am noticing that when a html page includes the native Chrome plugin, Ranorex fails to find any elements in the page. To reproduce: 1. Have a HTML page with the following inside it: <embed id="plugin" type="app...
by amross
Fri May 26, 2017 2:13 am
Forum: General Questions
Topic: Anyone have experience using Git with Ranorex?
Replies: 5
Views: 2675

Re: Anyone have experience using Git with Ranorex?

Updating my own question: We have been using git for a few months now and it works fine. One issue with Ranorex and git is when you switch between different branches ("git checkout"). Ranorex detects that files have changed and asks if you want to reload the project or close it. I have found that if...
by amross
Thu Oct 13, 2016 1:05 am
Forum: General Questions
Topic: Anyone have experience using Git with Ranorex?
Replies: 5
Views: 2675

Anyone have experience using Git with Ranorex?

Is anyone using Git with Ranorex? Have you run into any problems using git? For example, does the Repository.rximg binary file cause an issue, with git's lack of handling binary files well?My understanding is that every local copy of the git repository would contain a full copy of every version of t...