I am trying to automatically select a combo box list item in my test of a flash swf.
The swf was developed with Flash Professional 5.5.
When I recorded the Mouse action of clicking the list item, the repository item which received the click event was:
list/element/element/listitem[1]/text[@caption='Female']
I would like to have the selected or clicked list item be a variable in my test.
I have tried to do this various ways to no avail.
Can anyone tell me how to do this?