Search found 17 matches

by Patrik
Wed Nov 13, 2013 3:50 pm
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Re: Support of IE11

The "problem" is that the support of IE versions is never mentioned in the release notes -- so even there is no entry for support of IE10, although Ranorex supports IE10 for a long time. So i can imagine that the existing versions already supports IE11, because there is no technology change wihtin I...
by Patrik
Wed Nov 13, 2013 10:33 am
Forum: General Questions
Topic: Support of IE11
Replies: 13
Views: 4661

Support of IE11

Hello,
since which Ranorex version is IE11 supported ?
Thanks in advance,
Patrik
by Patrik
Thu May 02, 2013 2:18 pm
Forum: Automation Tools
Topic: Ranorex 4: Some reports take a long time to open
Replies: 3
Views: 2239

Re: Ranorex 4: Some reports take a long time to open

Hello,
we are facing the same topic with big reports (data file: 3108KB, report file 524KB) - also since we use Release 4.0 - are there any consolidated findings regarding this topic ?
Thanks and best regards,
Patrik
by Patrik
Tue Jul 24, 2012 3:50 pm
Forum: Automation Tools
Topic: Open rxlog with all nodes expanded
Replies: 3
Views: 1944

Re: Open rxlog with all nodes expanded

Hey Larissa,

thanks for you reply - yes a little guidance would be useful, as far as i'm not the XSL crack ;)

Thanks in advance,
Patrik
by Patrik
Tue Jul 24, 2012 3:46 pm
Forum: Automation Tools
Topic: Validation in Windows Event Logs
Replies: 2
Views: 2293

Re: Validation in Windows Event Logs

Hi Itchy, you can do this via the WMI Interface of Microsoft... e.g.: This would be the VB Source code to get all messages in the event log. There is a very useful tool called "WMICodeCreator" (you can download it from microsoft) which generates you this source (even in C#) with drag and drop. So vi...
by Patrik
Tue Jul 24, 2012 12:44 pm
Forum: Automation Tools
Topic: Open rxlog with all nodes expanded
Replies: 3
Views: 1944

Open rxlog with all nodes expanded

Hello together, because of a security limitation we cannot open the rxlog files within the internet explorer (no other browser is allowed). If we rename it to xml, we see the report - but we are not able to expand the items. We cannot change this security settings within our browser. Is there any po...
by Patrik
Fri May 25, 2012 10:25 am
Forum: Automation API
Topic: .Click() issue watching automation via remote desktop
Replies: 3
Views: 4185

Re: .Click() issue watching automation via remote desktop

Hello together, i had very similar problems using Click() when executing automated tests via RDP - for me i found the solution here: http://www.ranorex.com/support/user-guide-20/remotely-working-with-ranorex.html Especially disable Mouse/Keyboard Activities resolved the Click problem: Use this code ...
by Patrik
Mon Feb 06, 2012 1:32 pm
Forum: Automation API
Topic: Start recorder thru Automation API ?
Replies: 1
Views: 1818

Start recorder thru Automation API ?

Hello,
i just read the article:

http://www.ranorex.com/blog/use-the-ran ... e#more-182

Is it possible to start the recorder also thru the API ?

Thanks, and best regards,
Patrik
by Patrik
Thu Jan 26, 2012 3:46 pm
Forum: Automation API
Topic: Find visible elem. - exclude elem. on an invisible container
Replies: 2
Views: 2061

Re: Find visible elem. - exclude elem. on an invisible container

Hello - i have sent the snapshot via Email.
Thanks - and best regards,
Patrik
by Patrik
Fri Jan 20, 2012 3:28 pm
Forum: Automation API
Topic: Find visible elem. - exclude elem. on an invisible container
Replies: 2
Views: 2061

Find visible elem. - exclude elem. on an invisible container

I want to find all elements in an window that are currently visible. For example, I can do this with the Method IList<Element> elements = mainWindow.Find(new RxPath(".//")); Afterwards i check the visible property (another option would be to use the visible property in the XPath). Anyway... in many ...
by Patrik
Wed Nov 23, 2011 12:52 pm
Forum: Object Identification and Technologies
Topic: Compare snapshots ?
Replies: 2
Views: 2449

Re: Compare snapshots ?

Thanks - exactly what i need :)
by Patrik
Tue Nov 22, 2011 2:39 pm
Forum: Object Identification and Technologies
Topic: Compare snapshots ?
Replies: 2
Views: 2449

Compare snapshots ?

Hello, is there a way to compare two snapshots ?! The reason for doing this is, that we get a new version of an application and want to check if there are any changes on the user interface ?! So we want to compare the snapshot of the old version with the one in the new version. Or is there a way to ...
by Patrik
Thu Nov 03, 2011 5:34 pm
Forum: Automation API
Topic: Dynamic identification of component types
Replies: 1
Views: 2930

Re: Dynamic identification of component types

Hey - i'm not sure if this is what you need, but with this method you get the correct adapter for the component if you have its RxPath: public Adapter findObject(string path, int timeout) { Element element = Host.Local.FindSingle(path, timeout); RxPath rxPath= new RxPath(path); string capabilityName...
by Patrik
Mon Sep 05, 2011 12:51 pm
Forum: General Questions
Topic: Can't find licence server issue
Replies: 7
Views: 3952

Re: Can't find licence server issue

In the meantime we have found the problem,

the problem occures if the app.config file of the has a wrong structure! We added some entries by ourself, and this causes the problems.

Thanks and best regards,
Patrik
by Patrik
Mon Sep 05, 2011 9:20 am
Forum: General Questions
Topic: Can't find licence server issue
Replies: 7
Views: 3952

Re: Can't find licence server issue

Hello Support Team, i have the same problem at the moment - i also have reinstalled version 3.1, but the problem still remains: I have the following (simple) source: [STAThread] public static int Main(string[] args) { MessageBox.Show("Pos 1"); IList<Ranorex.Form> lsWindows; lsWindows= Host.Local.Fin...