Description
This extension shows how to test Flash/Flex components using Selenium and the ExternalInterface (Flash 8 and above).
It comes with a sample Flex component, which source code is provided (mxml file + test API using ExternalInterface).
Example of use
Refer to the sample test page (flexTesting\tests\html\flexTesting.html) for more information.
Two commands are available (one action and one assertion):
| callFlex |
locator |
fctName @ arg1 @ arg2 @ ... |
| assertFlexCallReturnValue |
locator:fctName @ arg1 @ arg2 @ ... |
expected value |
License
Public Domain
Download
waitAndActions