Hi!
Flex-Pilot and Robot Framework with Selenium library is great combination, but I found bug from type functionality.
Spark TextInput (which extends SkinnableTextBase) dispatch TextOperationEvent.CHANGE after edit completed, but currently flex-pilot don't dispatch it.
Event is documented in SkinnableTextBase source:
/**
Dispatched after a user editing operation is complete.
*
Hi! Flex-Pilot and Robot Framework with Selenium library is great combination, but I found bug from type functionality. Spark TextInput (which extends SkinnableTextBase) dispatch TextOperationEvent.CHANGE after edit completed, but currently flex-pilot don't dispatch it. Event is documented in SkinnableTextBase source: /**