Hi I am new to Selenium IDE. Now I am testing a site with selenium IDE, I have a problem with flash pages, when I testing flash pages selenium didn't record anything, I read lot of tutorials, they said selenium IDE doesn't record flash pages, Any method can I use for getting the flash button id(submit_btn)?
Asked
Active
Viewed 4,065 times
0
-
Selenium cannot be used for Flash: http://stackoverflow.com/questions/3655862/flash-automation-using-selenium – dokaspar Aug 09 '12 at 06:13
-
Thank you for your quick reply, I am testing a project like a social networking, I am using Selenium for my testing, In my project, I can set a video conference, that time only the flash page will work, When I test the video conference meeting, I need to access the flash page, So I need any other way to access the flash page, I don't know about the Selenium RC or other related selenium tools for accessing flash, Do you know any other selenium related tools for accessing flash pages? Thanks again – Sujanth Aug 09 '12 at 06:39
-
check selenium webdriver http://seleniumhq.org/projects/webdriver/ – Herokiller Aug 10 '12 at 04:31
2 Answers
0
I think, I can use Selenium RC for testing flash pages, I found abode tutorial for testing flash pages with Selenium RC, and Flash-Selenium also helpful tool.

Sujanth
- 613
- 1
- 6
- 12
0
I found that the Selenium Chrome WebDriver was able to interact with Flash player.

Alastair McCormack
- 26,573
- 8
- 77
- 100