I have a web site made in flex. I want that robot should add text in it. I am able to add text in the page. However, in case of a pop-up window it is not working, whenever I am selecting a text box in it, the ui path is selecting the whole pop-up as an iframe. Anyhow, I managed to select few text boxes by changing in selectors. The selectors which I used are as follows
<html title='Quality Agent' />
<ctrl idx='8' role='graphic' />
This is a sample selector. I have used Type Into activity for this task.
However, this idx is not working perfectly for all the elements, different idx are pointing to same element few of the times. Therefore, messing the whole task.
Anyone, please help me in this regard.