Would it be possible to trigger a click on a flash application through a Greasemonkey script?
I am in need of testing a flash application with numerous permutations and combinations. The conventional method of utilizing `ExternalInterface` does not seem feasible as it requires adding callbacks, which can be quite cumbersome.