up vote 2 down vote favorite
2
share [g+] share [fb]

I m struggling a lot to automate flash using selenium. Can any one please give me a sample flash application code (methods) and the selenium code to automate the same.

link|improve this question

60% accept rate
feedback

3 Answers

Selenium can not automate applications that work within their own blackbox in the browser. This means that Selenium can not test Silverlight and Flash.

There is Flexmonkium which is a Selenium FlexMonkey bridge that you could use. There are details about it here

link|improve this answer
feedback

Other well-known free/affordable options for Flash/Silverlight Testing are either to use a simple Windows macro recorder like AutoHotKey or the iMacros Scripting Edition with its Image Recognition features. The later allows you to run/test several instances at once while a macro recorder is limited to one instance per desktop.

link|improve this answer
feedback

You might also want to take a look at FlashSelenium. They have a working example documented. That worked for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.