cannot automate some objects which uses degrafa libraries

72 Views Asked by At

In our application ,we have diagrams which make useof degrafa libraries.When this application is automated with flexmonkey any operation done on these diagrams are not recorded nor played back.

Rest of the application like filling the textfield and dropdown are working fine.

Is there any way I could automate these degrafa diagrams like clicking on it or changing the description.

Thanks

1

There are 1 best solutions below

2
J_A_X On

I don't think the Degrafa libs uses the Automation framework in Flex. If you want it to work, you'll need to implement some key interfaces and helper classes for it to work.