Testing flash applications on web using selenium [closed]

放肆的年华 提交于 2019-11-29 10:47:45

Selenium cannot interact with Flash objects.

You can use FlashSelenium, which is quite old but seems to work:

http://code.google.com/p/flash-selenium/

Or use Sikuli, Adobe's 'Genie' library, or Ranorex's library:

http://sourceforge.net/adobe/genie/wiki/Home/ http://www.ranorex.com/product/automated-ui-testing-of-flash-flex-applications.html http://www.sikuli.org/

There is very limited tools and information for Flash UI Testing.

Another alternative is to interact with it directly using Javascript.

sikuli is a good one for it is based on JAVA so that you can add its jar file in to your build path .. Another one is AUTOIT where it is an 'easy bad' idea which is not recommend but in some case it may (or may not) come handy. As you have to give the co-ordination (x,y) of any element and enter code for it to interact with it like clicking or entering a text..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!