2

I'm writing a GUI application in Cocoa. I'd like to use Cucumber to write acceptance tests to continually verify that the application's features work. I'm already writing the application in MacRuby.

Can I use the Accessibility API to click things and drag things around? Where can I read about how to do such things? I've found Apple's site to be relatively mum on the topic.

Peeja
  • 13,683
  • 11
  • 58
  • 77

1 Answers1

2

I'd suggest checking out Frank. It uses the accessibility approach and has worked great for me so far!

raidfive
  • 6,603
  • 1
  • 35
  • 32