Unable to identify Flash objects

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
Rajendra
Posts: 32
Joined: Wed Sep 28, 2011 1:57 pm

Unable to identify Flash objects

Post by Rajendra » Thu Jan 30, 2014 7:12 am

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
You do not have the required permissions to view the files attached to this post.

mebner

Re: Unable to identify Flash objects

Post by mebner » Fri Jan 31, 2014 10:45 am

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:

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']
and for the banner I used:

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]
so it should work when you use the right elements.

Regards,
Markus