> we now support Mono for Android
Though I am not using Mono: great work!
Not meaning to complain, but is there any documentation I might be missing?
Details:
On
http://calaba.sh and
https://github.com/calabash/calabash-android I don't see any references. The Mono support might just be too new, of course. Celebration before documentation! ;-) But the last gem version I see mentioned is 0.0.17 (not 0.0.18, 0.0.19 and 0.1.0). And earlier I also had a hard time finding documentation about WebView support (for using Calabash with Cordova/PhoneGap).
Even when (thinking) I know what to search for, I cannot find a lot of official details. Like:
- performAction('set_text', 'css', my_css_selector, my_text)
- performAction('click_by_selector', my_css_selector)
- performAction('touch', 'css', my_css_selector)
(Just saying that a Google group is not the first place I would look to see if something is supported. And I now know I can peek into the Java code for the Test.apk, to see what actions are known, but that also is not the place I'd look for a first overview. Maybe I should not even be using the above 3 actions!)
So, maybe I am missing something?
Cheers!
Arjan.