tallahassee101 wrote:I see Ranorex 3.05 has something with Editing Path weights. I was wondering if it would be possible to filter out all "controlid" and "class" fields? We don't use these at all as our accessibleName and accessibleValue fields are descriptive enough to distinguish the different items. Any help would be appreciated.
<rule name="Control ID" enabled="True" capability="nativewindow" attribute="controlid" setweight="0" conditionsoperator="or"> <condition source="self" attribute="class" match="^WindowsForms10.Window" negate="False"/> </rule>
<rule name="Class" enabled="True" capability="nativewindow" attribute="class" setweight="0" conditionsoperator="or"> <condition source="self" attribute="class" match="^WindowsForms10.Window" negate="False"/> </rule>
tallahassee101 wrote:Is there a way to force this not to happen?
The "container[3]" causes problems, I'm not understanding why it doesn't use "container[@caption='captionname']" on the child as it does on the parent.
Users browsing this forum: No registered users and 0 guests