Hi,
I am unable to identify the exact Flash objects using ranorex spy.
The URL's of the application are below:
http://disneyworld.disney.go.com/new-fantasyland/
http://wechoosethemoon.org/
And the screen shots are attached
Unable to identify Flash objects
Unable to identify Flash objects
- Attachments
-
- Rx_Disney.jpg (233.81 KiB) Viewed 1316 times
-
- Rx_ToTheMoon.jpg (221.09 KiB) Viewed 1316 times
Re: Unable to identify Flash objects
Hi,
It seems that the specific elements are just Shapes and Sprites.
Therefore I would suggest using the Spy tool to identify the specific elements first and then to manually add them to your repository.
I tried to perform a click on the Launch button and on one of the Disney banners and I was able to click it in both cases.
For the Launch button I used the following RxPath:
and for the banner I used:
so it should work when you use the right elements.
Regards,
Markus
It seems that the specific elements are just Shapes and Sprites.
Therefore I would suggest using the Spy tool to identify the specific elements first and then to manually add them to your repository.
I tried to perform a click on the Launch button and on one of the Disney banners and I was able to click it in both cases.
For the Launch button I used the following RxPath:
Code: Select all
/dom[@caption~'^We\ Choose\ the\ Moon:\ Pre-l']/body/flexobject[@id='flashcontent']//element[@displayname='TOP']/?/?/container/element[9]//element[@type='NavButtons']//container[@type='MovieClip']/container[@displayname='bg']/container[@displayname='bg']/element[@type='Shape']
Code: Select all
/dom[@domain='disneyworld.disney.go.com']/body/flexobject[@id='flash']/element[@type='ViewManager']/element[@type='Sprite']/element[7]/element/element[2]/?/?/element[@displayname='beast']/element/container[1]
Regards,
Markus