UseCase:
In order to use the ExternalInterface from a Flash/Flex app to propagate events to the Selenium IDE, a global method on window would be helpful something like:
window.record = function(command, target, value, insertBeforeLastCommand) {
self.record(command, target, value, insertBeforeLastCommand);
}
If this is added to recorder.js / reattachWindowMethods the Flex app can call this method through the ExternalInterface.
Hi,
The solution is apparently described here: http://schneide.wordpress.com/2009/06/04/enable-capturereplay-for-selenium-flex/