How to automate Flash based pages using selenium w

2019-03-16 21:51发布

问题:

I am a tester. We use one tool which contains pages developed using Flash. I need to automate few tasks which are repetitive for our testing purpose. I have knowledge on Selenium Web driver. But i am unable to inspect any element on those flash pages. Kindly help me in solving this problem.

回答1:

I've played with Flash Selenium before.

It also depends on your project but here are some links to get you started doing some research.

Directly from source: http://www.adobe.com/devnet/flash/articles/flash_selenium.html

http://toolsqa.com/selenium-webdriver/testing-flash-selenium-flash-javascript-communication/

http://automationmentor.blogspot.com/2014/08/automating-flash-applications-and.html



回答2:

I have solved this by using Neoload. Then I could record my browsing flow (even though this is a webpage base on flash) web page browsing. https://www.neotys.com/blog/

I did not like the experience working with this tool but it solved my problem. To bad it is licence product. This might be a problem if you plan to use this in a CI/CD system with a low budget.