Issue Details (XML | Word | Printable)

Key: SIDE-306
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Shinya Kasatani
Reporter: Jens Lukowski
Votes: 4
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Selenium IDE

Support for Plugins (like Flash) propagating events

Created: 30/Apr/09 10:02 AM   Updated: 05/Dec/10 11:26 AM
Component/s: Any
Affects Version/s: 1.0-beta2
Fix Version/s: None

Environment: All


 Description  « Hide

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.



Sort Order: Ascending order - Click to sort in descending order
Charlie Mordant added a comment - 05/Dec/10 11:26 AM