melomel icon indicating copy to clipboard operation
melomel copied to clipboard

External ActionScript Interface.

Results 10 melomel issues
Sort by recently updated
recently updated
newest added

Hi! I've implemented reconnect method for Melomel. It will be useful to reconnect Melomel in browser through Javascript without reloading page.

Hi, I fixed a typo. flexUnit4UIRunner.swc has not a capital 'f'. Guess it doesn't matter on Win/MacOS.

Hello, I recently tried out your library for Flex acceptance testing using Cucumber, and so far I love it. Having a small problem, though, if you can help (I see...

It'd be really useful if ObjectProxy provided some (or all) of the methods on Bridge, especially the find methods. Then, a = Melomel.find("a") b = Melomel.find("b") would be equivalent to...

Hi, it would be awesome if there were more sophisticated methods to find components than by property. E.g. jQuery-style CSS selectors, Melomel::find("#someId > com.myDomain.Child com.myDomain.Descendant")

Cucumber steps right now are like this: ``` When I click the "foo" button ``` I have components which sometimes have an id, sometimes a label, sometimes a title, sometimes...

While I can use find to get to most menu and menu items. I can't seem to access subitems. Also, it seems like menus would be a great candidate for...

Add the ability to record actions performed in the UI so that they can be played back by a test suite. Requirements: - Make the framework generic, if possible. -...

feature

Add flexcover to see test coverage. http://code.google.com/p/flexcover

refactor

Defect: Melomel allows clicking on objects which are inaccessible for one of the following reasons: 1. Object is clipped by a parent object or stage. 2. Object is completely covered...

defect