Automating an WPF application with Robot Framework

Hi all!
I’m new to Robot Framework and would like to know if anyone can share with me if it’s possible to automate a complex (dynamic UI elements) WPF windows desktop application?
Will the framework be able to perform more in depth and large automated scripts?
So far I’ve tried RPA.Windows but haven’t been successful in locating those elements. I’m also using FloUi inspect tool and Accessibility Insights Tool.
Thank you in advance!

Then, there is no solution for this case? I am doing the same.

It’s been quite a while but I’ve successfully automated a WPF windows desktop application with FlaUI Library, So give that a try.

Dave.

I have WPF application running, but FlaUI also can not detect the window.
Then, I move to RPA and White library but can not get click yet.

I will try FlaUI again. Do you mind to share some examples. ? I am pretty new on this RobotFramework.

As I said it was a while ago, it was at a customer site several jobs ago, I no longer have access to it.

I just downloaded the FlaUI Inspect tool and used it to get the object identifiers and construct the xpaths, then used them with the Keywords in the documentation. it was no harder than SeleniumLibrary.

The key was making sure FlaUI Inspect can find the objects in the app you want to test.

If FlaUI Inspect cant find the objects then FlaUI Library probably can’t either, so you’ll need a different library for your app.

Dave.