Hi,
I'm trying to use selenium RC and FlashSelenium package to test web embedded flash/flex application.
I have setup the environment in Eclipse and I think it works not because I can use selenium to zoom in and zoom out the flash application. That means I already have a good connection between selenium and the flash, right?
And my current problem is how can I get the Method and object in the flash application?
When we use the selenium like:
flashApp.call( function name, arguments)
From where I can get the function name. Like how can I click a side bar in the flash , how can I enter some text into the editbox of the flash.
I think there is no way for me to rebuild the flash. It is a online running application here. I have tried the FlashFireBug to check the element in the flash application. But the I get there is not good enough for the element identification.
I need your help.