Test Flash Using Selenium RC

I am using selenium rc and I need to check flash. I need to click the "Allow" button on the Flash player. Do I just need help on startup?

+3
source share
1 answer

As a rule, you cannot perform flash testing using selenium until the Selenium flash API is integrated into the flash file using the flash developer.

You can check one ready-made flash file using the selenium flash API built into the link below.

http://mayurshah.in/selenium-flash-test/

Hope this helps.

Thanks Mayur

+1
source

Source: https://habr.com/ru/post/1743386/


All Articles