Running Two recording modules with different MSAA settings

Ask general questions here.
anant.bimbar
Posts: 1
Joined: Fri Sep 15, 2017 8:02 am

Running Two recording modules with different MSAA settings

Post by anant.bimbar » Fri Sep 15, 2017 9:39 am

Hello

I am using Filter Windows Form Elements under Global Settings -> Plugins as False. I need to use recording modules from a dll that I have referred which have been developed with the Filter Windows Form Elements setting as True.

When I try running the dll recording modules with my current MSAA settings Ranorex is unable to find some Repository items. Is there any way I can run my recording modules and dll recording modules together in a same project ?

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Running Two recording modules with different MSAA settings

Post by odklizec » Mon Sep 18, 2017 8:19 am

Hi,

I think your only hope is to enable the windows form filtering from code (before using recording module in question). Here is the code to enable filtering:

Code: Select all

Ranorex.Plugin.MsaaFlavor.Instance.WinFormsFilterEnabled=true;
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration