MonkeyTalk not recognizing UITextfield input event [closed]

天涯浪子 提交于 2019-12-23 05:31:04

问题


I am using Monkeytalk v1.0.62 and its not recognizing textfield input event inside the UIAlertview. If I type any text inside the textfield, it shows nothing while recording or in playback. It seems like the monkeytalk wont recognize UITextfield input or does it?


回答1:


To record text input in UIAlertView text field try this:

UIAlertSheetTextField * EnterText "Some text"



来源:https://stackoverflow.com/questions/20394209/monkeytalk-not-recognizing-uitextfield-input-event

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!