Closed djalan closed 6 months ago
Hi @djalan
what did you expect on "Carousel fails" keyword?
Find All Elements returns a simple dictionary as a list which include informations about an xpath, classname or name.
Approaches like Carousel works all the time and Carousel works too are correct here and should work on xpaths.
On carousel fails you try to set the object as xpath and this is why you receive a flaui error with this object idenditifier.
This test should fail because it's not a xpath which is included into.
I extend usage keyword to additionally use automation elements as reference for all keywords like your example.
So Carousel fails test case should work for all keywords like you handled.
So combination from Find All Elements and Keyword usage can be done.
Hello
I greatly appreciate the work you did by creating a vast library of keywords. But unfortunately, basic operations like the below do not work.
A simple change in the FOR loop causes the code to crash with:
Here is a sample Robot file with 1 test that fails all the time and 2 others that pass all the time.
The nice thing about the last test is that it shows that an element can still be found using Xpath. It shows that FlaUI is still connected to the application.
Notes: 1- This is a Windows application made with Avalonia 2- I will try the same 3 test cases with Calculator and post the results tomorrow morning.