Andreas Sekulski
Andreas Sekulski
After some investigation i got a specific exception after the first ExceptionInInitializerError by repeating the click keyword: 
Currently roboframework-flaui use always from desktop find first by xpath usage - https://github.com/GDATASoftwareAG/robotframework-flaui/blob/main/src/FlaUILibrary/flaui/module/element.py#L225 Flaui supports additonal search patterns which could be potential an improvement for a better xpath element search...
Hi @digaumlv There is currently no Getting Started page in this form. However, we have some subpages like XPath functioning see --> https://gdatasoftwareag.github.io/robotframework-flaui/xpath.html The documentation of all keywords for the...
@Muthuvenaktesh Did you refresh the flaui inspector? Because it's probably an old cache from flaui from element if you don't refresh you will not see any changes here on the...
@Muthuvenaktesh All keywords from robotframework flaui will receive all gui element from user interface. So if you use some of these keywords if the id was changed the element should...
Thanks for the information i look into FlaUI C# Code and found that code. ``` public override AutomationElement GetDesktop() { return Com.Call(() => { var desktop = CacheRequest.IsCachingActive ? NativeAutomation.GetRootElementBuildCache(CacheRequest.Current.ToNative(this))...
@Muthuvenaktesh If you want to pre test changes you can install one of these wheel files from zip. [robotframework_flaui-1.0.549rc549.zip](https://github.com/GDATASoftwareAG/robotframework-flaui/files/10320300/robotframework_flaui-1.0.549rc549.zip) This has now the ability to disable caching feature by Library...
@Muthuvenaktesh After i write your use case that an automation id is changed by an interaction i can not reproduce your issue. I extend my wpf test application by an...
@Muthuvenaktesh I analyze the code from flaui and found some properties --> https://github.com/FlaUI/FlaUI/blob/master/src/FlaUI.Core/FrameworkAutomationElementBase.Properties.cs I would test it by my own if this values are the correct one and implement this...
@Muthuvenaktesh Intresting now i know which gui tool your use case is. It's not an desktop user interface element. This is quite easy to answer for you. This html5 elements...