Get aaname of UiElement not working since package update

Hello,

I have a sequence which check the displayed name in a column of a HTML table.
This sequence works fine with UIAutomation.Activies in version 18.. Since I updated the package version to 19. My function item.Get(“aaname”).toString returns empty.

To do this, I have a FindChildren activity with the scope defined to “FIND_DESCENDANTS” with the target on the table.

When I make a for each loop on UiElements Item on my FindChildren output, item.Get(“aaname”).toString is empty with the package in 19.* version. I don’t understand why.

I anyone can help me, thank you very much !

I find myself, I have replaced the “aaname” by “innertext” and it works !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.