Ranorex Studio 8.1.2 and Windows 11

Ranorex Studio, Spy, Recorder, and Driver.
diegocurbelo
Posts: 1
Joined: Tue Oct 26, 2021 9:37 pm

Ranorex Studio 8.1.2 and Windows 11

Post by diegocurbelo » Tue Oct 26, 2021 9:41 pm

Hi Ranorex Team
I use Ranorex Studio v8.2.1 and I am getting this error in a windows 11 machine, is this something I can fix in the environment or is a limitation on ranorex studio i can't fix?
I am not have nay issue in windows 10.
Will be great if give me some thoght

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at MS.Internal.Automation.UiaCoreApi.RawUiaHPatternObjectFromVariant(Object& var, SafePatternHandle& hnode)
at MS.Internal.Automation.UiaCoreApi.UiaHPatternObjectFromVariant(Object var)
at MS.Internal.Automation.UiaCoreApi.UiaCacheResponse.ConvertFromComTypesToClrTypes(Object[,] data, UiaCacheRequest request)
at MS.Internal.Automation.UiaCoreApi.UiaGetUpdatedCache(SafeNodeHandle hnode, UiaCacheRequest request, NormalizeState normalize, Condition customCondition)
at System.Windows.Automation.AutomationElement.GetUpdatedCache(CacheRequest request)
at Ranorex.Plugin.UiaFlavorElement.GetCapabilities(AutomationElement uiaElement)
at Ranorex.Plugin.UiaFlavorElement.GetElementCapabilities(Element parent, Role& role, String[]& capabilities, String& preferredCap)
at Ranorex.Core.FlavorElement.CreateElement(Element parentElement)
at Ranorex.Core.GlueRuleExecutionStateImpl.InsertElement(Int32 index, FlavorElement flavorElement, Element& element)
at Ranorex.Core.GlueRuleExecutionStateImpl.AddElement(FlavorElement flavorElement, Element& element)
at Ranorex.Core.GlueRuleExecutionStateImpl.AddElement(FlavorElement flavorElement)
at Ranorex.Plugin.UiaChildRule.ExecuteUia(GlueRuleExecutionState state)
at Ranorex.Plugin.UiaBaseRule.Execute(GlueRuleExecutionState state)
at Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, GlueRuleExecutionStateImpl state, Boolean includeRemotes)
at Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, Boolean includeRemotes)
at Ranorex.Core.Element.GetChildren(CacheSession session)
at Ranorex.Core.Element.get_Children()
at Ranorex.Core.RxPath.collectAllChildren(Element self, LocationStep step, IList`1 list, Boolean includeSelf, Boolean quitOnFirstGoodNode)
at Ranorex.Core.RxPath.collectAxis(LocationStep step, Axis optimizedAxis, Element self, IList`1 elements, Boolean quitOnFirstGoodNode)
at Ranorex.Core.RxPath.ApplyInternal(RxPath path, Element startElement, Duration timeout, Boolean findSingle, CacheSession& usedCacheSession)
at Ranorex.Core.RxPath.Apply(Element startElement, Duration timeout, Boolean findSingle, CacheSession& usedCacheSession)
at Ranorex.Core.Element.TryFindInternal(RxPath path, Duration timeout, Boolean findSingle, IList`1& foundElements, CacheSession& usedCacheSession)
at Ranorex.Core.Repository.RepoItemInfo.FindInternal[T](Boolean findSingle, Boolean throwException, Duration effectiveTimeoutOverride)
at Ranorex.Core.Repository.RepoItemInfo.<>c__DisplayClass75_0`1.<Find>b__0()
at Ranorex.Core.Testing.Services.NoMaintenanceModeService.HandleElementNotFound[T](Func`1 action, RepoItemInfo entry)
at Ranorex.Core.Repository.RepoItemInfo.Find[T](Boolean findSingle, Boolean throwException, Duration effectiveTimeoutOverride)
at Ranorex.Core.Repository.RepoItemInfo.CreateAdapter[T](Boolean throwException, Duration waitTimeout)
at Ranorex.Core.Repository.RepoItemInfo.CreateAdapter[T](Boolean throwException)

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Wed Oct 27, 2021 10:40 am

Hi,

I'm afraid, Ranorex 8.1.2 is way too old and no longer supported. Please try to reproduce the issue with most recent Ranorex 10.1.2 (even in trial mode). If the problem happens also with this version, then it's definitely something Ranorex folks should check up. Otherwise, you are probably out of luck?
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

sramesh
Posts: 1
Joined: Tue Jan 11, 2022 6:04 pm

Re: Ranorex Studio 8.1.2 and Windows 11

Post by sramesh » Tue Jan 11, 2022 6:07 pm

Hi, I'm also getting the same error with Ranorex 9.2 on Win 11.
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at MS.Internal.Automation.UiaCoreApi.RawUiaHPatternObjectFromVariant(Object& var, SafePatternHandle& hnode)
at MS.Internal.Automation.UiaCoreApi.UiaHPatternObjectFromVariant(Object var)
at MS.Internal.Automation.UiaCoreApi.UiaCacheResponse.ConvertFromComTypesToClrTypes(Object[,] data, UiaCacheRequest request)
at MS.Internal.Automation.UiaCoreApi.UiaGetUpdatedCache(SafeNodeHandle hnode, UiaCacheRequest request, NormalizeState normalize, Condition customCondition)
at System.Windows.Automation.AutomationElement.GetUpdatedCache(CacheRequest request)
at Ranorex.Plugin.UiaFlavorElement.GetCapabilities(AutomationElement uiaElement)
at Ranorex.Plugin.UiaFlavorElement.GetElementCapabilities(Element parent, Role& role, String[]& capabilities, String& preferredCap)
at Ranorex.Core.FlavorElement.CreateElement(Element parentElement)
at Ranorex.Core.GlueRuleExecutionStateImpl.InsertElement(Int32 index, FlavorElement flavorElement, Element& element)
at Ranorex.Core.GlueRuleExecutionStateImpl.AddElement(FlavorElement flavorElement)
at Ranorex.Plugin.UiaChildRule.ExecuteUia(GlueRuleExecutionState state)
at Ranorex.Plugin.UiaBaseRule.Execute(GlueRuleExecutionState state)
at Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, GlueRuleExecutionStateImpl state, Boolean includeRemotes)
at Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, Boolean includeRemotes)
at Ranorex.Core.Element.GetChildren(CacheSession session)
at Ranorex.Core.Element.get_Children()

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Wed Jan 12, 2022 8:24 am

Hi,

I'm sorry, but Ranorex 9.2 is way too old and no longer supported. Please try to install most recent 10.1.5 and try to reproduce the problem. Of course, make sure there are installed all SW requirements:
https://www.ranorex.com/help/latest/ran ... uirements/
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

dos
Posts: 9
Joined: Wed Jul 15, 2020 10:17 am

Re: Ranorex Studio 8.1.2 and Windows 11

Post by dos » Tue Feb 01, 2022 2:23 pm

We are running 10.1.6 and getting the same error in our automated setup.

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Tue Feb 01, 2022 4:15 pm

Hi,

I'm afraid, there is not enough information about your setup and error. Please answer these questions:
Are you on Windows 11?
Could you please post entire error?
Are there installed all software requirements?...
https://www.ranorex.com/help/latest/ran ... uirements/
Especially, please try to reinstall .Net 4.8!
Few days ago, one user reported an error, which was directly related to corrupted .Net 4.8 installation. Ranorex setup checks the presence of .Net and other requirements in windows registry. If not found, setup installs them before starting Ranorex installation. However, it does not check the state of requirements! So in case something is corrupted, Ranorex may fail.
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

dos
Posts: 9
Joined: Wed Jul 15, 2020 10:17 am

Re: Ranorex Studio 8.1.2 and Windows 11

Post by dos » Fri Feb 04, 2022 12:42 am

Hello
Yes we are running on windows 11 and I just checked all the requirements for the newest version and we do have them.

The full error is here
System.Reflection.TargetInvocationException: Destinationen for en aktivering udløste en undtagelse. ---> System.AccessViolationException: Det blev forsøgt at læse eller skrive i en beskyttet hukommelse. Dette kan ofte være et tegn på, at en anden hukommelse er beskadiget.
2022-02-03T23:39:58.9281693Z ved MS.Internal.Automation.UiaCoreApi.RawUiaHPatternObjectFromVariant(Object& var, SafePatternHandle& hnode)
2022-02-03T23:39:58.9282329Z ved MS.Internal.Automation.UiaCoreApi.UiaHPatternObjectFromVariant(Object var)
2022-02-03T23:39:58.9283213Z ved MS.Internal.Automation.UiaCoreApi.UiaCacheResponse.ConvertFromComTypesToClrTypes(Object[,] data, UiaCacheRequest request)
2022-02-03T23:39:58.9284107Z ved MS.Internal.Automation.UiaCoreApi.UiaGetUpdatedCache(SafeNodeHandle hnode, UiaCacheRequest request, NormalizeState normalize, Condition customCondition)
2022-02-03T23:39:58.9285020Z ved System.Windows.Automation.AutomationElement.GetUpdatedCache(CacheRequest request)
2022-02-03T23:39:58.9286588Z ved Ranorex.Plugin.UiaFlavorElement.GetCapabilities(AutomationElement uiaElement)
2022-02-03T23:39:58.9287250Z ved Ranorex.Plugin.UiaFlavorElement.GetElementCapabilities(Element parent, Role& role, String[]& capabilities, String& preferredCap)
2022-02-03T23:39:58.9287871Z ved Ranorex.Core.FlavorElement.CreateElement(Element parentElement)
2022-02-03T23:39:58.9288437Z ved Ranorex.Core.GlueRuleExecutionStateImpl.InsertElement(Int32 index, FlavorElement flavorElement, Element& element)
2022-02-03T23:39:58.9289072Z ved Ranorex.Core.GlueRuleExecutionStateImpl.AddElement(FlavorElement flavorElement)
2022-02-03T23:39:58.9289594Z ved Ranorex.Plugin.UiaWin32ChildRule.ExecuteUia(GlueRuleExecutionState state)
2022-02-03T23:39:58.9291171Z ved Ranorex.Plugin.UiaBaseRule.Execute(GlueRuleExecutionState state)
2022-02-03T23:39:58.9292019Z ved Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, GlueRuleExecutionStateImpl state, Boolean includeRemotes)
2022-02-03T23:39:58.9292672Z ved Ranorex.Core.ElementEngine.ApplyGlueRules(Element element, Boolean includeRemotes)
2022-02-03T23:39:58.9293174Z ved Ranorex.Core.Element.GetChildren(CacheSession session)
2022-02-03T23:39:58.9293590Z ved Ranorex.Core.Element.get_Children()
2022-02-03T23:39:58.9294079Z ved Ranorex.Core.Path.PathUtil.GetElementChildByNameAndIndex(Element parent, String name, Int32 index)
2022-02-03T23:39:58.9294853Z ved Ranorex.Core.RxPath.ApplyInternal(RxPath path, Element startElement, Duration timeout, Boolean findSingle, CacheSession& usedCacheSession, PathDiagnostics& pathDiagnostics)
2022-02-03T23:39:58.9295717Z ved Ranorex.Core.RxPath.Apply(Element startElement, Duration timeout, Boolean findSingle, CacheSession& usedCacheSession, PathDiagnostics& pathDiagnostics)
2022-02-03T23:39:58.9301048Z ved Ranorex.Core.Element.TryFindInternal(RxPath path, RxPath robustPath, Duration timeout, Boolean findSingle, IList`1& foundElements, CacheSession& usedCacheSession, Duration& elementSearchTime, Int32& iterations, Boolean& foundWithRobustPath, Boolean useRobustPath)
2022-02-03T23:39:58.9303088Z ved Ranorex.Core.Repository.RepoItemInfo.FindInternal[T](Boolean findSingle, Boolean throwException, Duration effectiveTimeoutOverride)
2022-02-03T23:39:58.9303707Z ved Ranorex.Core.Repository.RepoItemInfo.<>c__DisplayClass81_0`1.<Find>b__0()
2022-02-03T23:39:58.9304317Z ved Ranorex.Core.Testing.Services.NoMaintenanceModeService.HandleElementNotFound[T](Func`1 action, RepoItemInfo entry)
2022-02-03T23:39:58.9305179Z ved Ranorex.Core.Repository.RepoItemInfo.Find[T](Boolean findSingle, Boolean throwException, Duration effectiveTimeoutOverride)
2022-02-03T23:39:58.9305960Z ved Ranorex.Core.Repository.RepoItemInfo.CreateAdapter[T](Boolean throwException, Duration waitTimeout)
2022-02-03T23:39:58.9336538Z ved Ranorex.Core.Repository.RepoItemInfo.CreateAdapter[T](Boolean throwException)
2022-02-03T23:39:58.9431539Z ved Faelles_postkasse.Faelles_postkasseRepositoryFolders.SystemSettingsFolder.get_DigitalKommunikation() i D:\Builds\Agent02\_work\5\s\src\RanorexStudio Projects\TAutotest\Fælles postkasse\Faelles_postkasseRepository.cs:linje 721
2022-02-03T23:39:58.9433207Z ved Faelles_postkasse.Recording_Modules.AktiverAfsendelse.Ranorex.Core.Testing.ITestModule.Run() i D:\Builds\Agent02\_work\5\s\src\RanorexStudio Projects\TAutotest\Fælles postkasse\Recording Modules\AktiverAfsendelse.cs:linje 90
2022-02-03T23:39:58.9434281Z ved Ranorex.Core.Testing.TestModuleLeaf.RunInternal(DataContext parentDataContext, Int32 iteration, Int32 iterationCount, Boolean skipIteration)
2022-02-03T23:39:58.9435018Z ved Ranorex.Core.Testing.TestModuleLeaf.RunWithRepeats(DataContext parentDataContext, ErrorBehavior errorBehavior)
2022-02-03T23:39:58.9435698Z ved Ranorex.Core.Testing.TestModuleLeaf.Run(DataContext parentDataContext, Boolean childSkip)
2022-02-03T23:39:58.9436399Z ved Ranorex.Core.Testing.TestCaseNode.RunChildren(IEnumerable`1 entries, TestResult overallResult, Boolean& childSkip, Boolean& tearDownPending)
2022-02-03T23:39:58.9437225Z ved Ranorex.Core.Testing.TestCaseNode.RunChildren(Boolean childSkip, RetryInfo retryInfo)
2022-02-03T23:39:58.9437863Z ved Ranorex.Core.Testing.TestCaseNode.<>c__DisplayClass87_0.<RunWithoutIterations>b__0(RetryInfo retry)
2022-02-03T23:39:58.9438399Z ved Ranorex.Core.Testing.Retry.DoRetry(Func`2 operationToRetry)
2022-02-03T23:39:58.9438899Z ved Ranorex.Core.Testing.TestCaseNode.RunWithoutIterations(Boolean childSkip)
2022-02-03T23:39:58.9439398Z ved Ranorex.Core.Testing.TestCaseNode.RunInternal(Boolean childSkip)
2022-02-03T23:39:58.9439936Z ved Ranorex.Core.Testing.TestCaseNode.Run(DataContext parentDataContext, Boolean childSkip)
2022-02-03T23:39:58.9440610Z ved Ranorex.Core.Testing.TestCaseNode.RunChildren(IEnumerable`1 entries, TestResult overallResult, Boolean& childSkip, Boolean& tearDownPending)
2022-02-03T23:39:58.9441326Z ved Ranorex.Core.Testing.TestCaseNode.RunChildren(Boolean childSkip, RetryInfo retryInfo)
2022-02-03T23:39:58.9441926Z ved Ranorex.Core.Testing.TestCaseNode.<>c__DisplayClass87_0.<RunWithoutIterations>b__0(RetryInfo retry)
2022-02-03T23:39:58.9442474Z ved Ranorex.Core.Testing.Retry.DoRetry(Func`2 operationToRetry)
2022-02-03T23:39:58.9442956Z ved Ranorex.Core.Testing.TestCaseNode.RunWithoutIterations(Boolean childSkip)
2022-02-03T23:39:58.9443468Z ved Ranorex.Core.Testing.TestCaseNode.RunInternal(Boolean childSkip)
2022-02-03T23:39:58.9443989Z ved Ranorex.Core.Testing.TestCaseNode.Run(DataContext parentDataContext, Boolean childSkip)
2022-02-03T23:39:58.9444598Z ved Ranorex.Core.Testing.TestSuite.Run(String runConfigName, String runLabel, Dictionary`2 parameters)
2022-02-03T23:39:58.9445184Z ved Ranorex.Core.Testing.TestSuiteRunner.TryRunTestSuite(RunParams rp, TestSuite testSuite)
2022-02-03T23:39:58.9445748Z ved Ranorex.Core.Testing.TestSuiteRunner.<>c__DisplayClass13_1.<RunInternal>b__6()
2022-02-03T23:39:58.9446285Z ved Ranorex.Common.Types.OptCombinators.UnwrapOrElse[T](Opt`1 self, Func`1 generator)
2022-02-03T23:39:58.9447384Z ved Ranorex.Core.Testing.TestSuiteRunner.RunInternal(Type containerType, String[] testSuiteXmls, RunParams[] rps)
2022-02-03T23:39:58.9448038Z ved Ranorex.Core.Testing.TestSuiteRunner.RunInternal(Type containerType, String[] testSuiteXmls, RunParams rp)
2022-02-03T23:39:58.9448688Z ved Ranorex.Core.Testing.TestSuiteRunner.RunInternal(Type containerType, String testSuiteXml, RunParams rp)
2022-02-03T23:39:58.9449512Z ved Ranorex.Core.Testing.TestSuiteRunner.Run(Type containerType, String cmdLineArgs, String testSuiteXml)
2022-02-03T23:39:58.9450095Z ved Ranorex.Core.Testing.TestSuiteRunner.Run(Type containerType, String cmdLineArgs)
2022-02-03T23:39:58.9450813Z ved TAutotest.Program.Main(String[] args) i D:\Builds\Agent02\_work\5\s\src\RanorexStudio Projects\TAutotest\TAutotest\Program.cs:linje 39
2022-02-03T23:39:58.9451561Z --- Slut på staksporing af indre undtagelser ---
2022-02-03T23:39:58.9452109Z ved System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
2022-02-03T23:39:58.9452770Z ved System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
2022-02-03T23:39:58.9453491Z ved System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
2022-02-03T23:39:58.9454453Z ved Ranorex.Core.Resolver.MainInvoker.Invoke(Assembly callerAssembly, String startUpObject, String[] args)
2022-02-03T23:39:58.9455708Z ved __RxMain.__RxProgram.Main(String[] args) i D:\Builds\Agent02\_work\5\s\src\RanorexStudio Projects\TAutotest\TAutotest\obj\Debug\__RxPrograms.g.cs:linje 32

I also tried to disable UAC just in case but no luck.

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Fri Feb 04, 2022 3:52 pm

Hi,

OK and the error appears when you start test in Studio? Also, have you tired to build your test as 64bit app?
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

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Fri Feb 04, 2022 4:15 pm

Hi,

OK, I just got a news from Ranorex folks, that the Win11 support is still in the works. Hopefully, it will be completed soon? ;)
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

dos
Posts: 9
Joined: Wed Jul 15, 2020 10:17 am

Re: Ranorex Studio 8.1.2 and Windows 11

Post by dos » Wed Feb 16, 2022 12:44 pm

Hey again
Any idea when it will be fixed? or if there is a workaround that is not called "Avoid win11"

Is quite problematic that Windows 11 is still not supported this far into its release, our systems are released to support Windows 11 but we have to test everything manually because of this.... which is quite expensive and why we wanted to avoid manual testing in the first place and paid for this product.

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Wed Feb 16, 2022 12:55 pm

Hi,

I'm afraid, I don't know exact release date. All I know is, that it should be finished "this quarter". Maybe you can drop them a question via support form? https://www.ranorex.com/support-query/
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

dos
Posts: 9
Joined: Wed Jul 15, 2020 10:17 am

Re: Ranorex Studio 8.1.2 and Windows 11

Post by dos » Wed Feb 16, 2022 1:26 pm

Thanks, I have tried to create a support ticket

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

Re: Ranorex Studio 8.1.2 and Windows 11

Post by odklizec » Wed Feb 23, 2022 11:57 am

Hi guys, just in case, could you please try this workaround, suggested in another post:
"change the property "local copy" for all ranorex references except Ranorex.Core.Resolver to „False“, everything works without problems"
SImply go to Projects view, expand References, and set "local copy" property for each Ranorex reference to False. Sadly, it must be done file by file. Eventually, you can do it in csproj file (adding <Private>False</Private> to each Ranorex reference, under the <name></name> tag).
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