Selenium Webdriver flash Testing

533 views
Skip to first unread message

Hari haran

unread,
Mar 14, 2013, 2:41:36 AM3/14/13
to seleniu...@googlegroups.com
Hi,

I am working into flash testing using selenium. Flash builder is developed using Robotlegs framework. Please help me how to use selenium webdriver for testing this kind of application.


Thanks,
Esai.

ASP

unread,
Mar 14, 2013, 10:59:35 AM3/14/13
to seleniu...@googlegroups.com
u cant test flash

ASP 

David Lai

unread,
Mar 14, 2013, 3:02:22 PM3/14/13
to seleniu...@googlegroups.com
Webdriver is specifically automating only the browser, not any of the plugins that run in it like Flash or JavaApplets.
 
Flash does have an automation API, it is possible to add JavaScript hooks to open up access to the JavaScript external interface.  You can then implement the Webdriver interface as a bunch of external interface calls that translate the calls into Adobe Flex automation calls.  Then you could treat the Flash application as if it was an IFrame.


I've done a simplified version of this before for another employer (proprietary framework).  I know this is very possible, but I don't know if anyone else has done it yet or open sourced it.
Reply all
Reply to author
Forward
0 new messages