Flex based web page automation

Hi,
I’m working on a feasibility study for a web page that is developed using flex. We don’t get proper selectors from the elements apart from aaname and parentid - flex-wrapper. Please let me know if someone has come across this type of a webpage and any idea on how this kind of page can be automated.

Sample selector that we get:
" webctrl aaname = ‘name of the element’ parentid=‘flex-wrapper’ tag=‘A’ "

1 Like

If we are not able to get the selectors, then we can use Image automation like Find Image, Click Image, even Computer Vision.

Hope this helps

Thanks