automation in native application from our application using UIAutomation API's
Hi All,
I am doing one sample project in which after tapping "send SMS" button in my view , we get an interface for composing SMS text messages as model view controller by using MFMessageComposeViewController class . I am using a javascript which includes the UIAutomation API's and i am able to tap "send SMS" button from our app using script but my question is can we tap "send" button in sms application.
In other words, can one finish/end the voicecall or send an sms using the UIAutomation API.
Thanks..
|