ios-ui-automation
Can i use scroll and click action scripts inside alert function?
i am having a Alert function as below : UIATarget.onAlert = function onAlert(alert) { var title = alert.name();[详细]
2023-03-27 21:17 分类:问答iOS: Writing a script that runs through an app's UI programmatically
I\'ve been trying to use the FoneMonkey framework for automation, but it\'s been having issues with UIGestureRecogizer objects. There are buttons tied to those UIGestureRecognizer objects, and this bl[详细]
2023-03-26 15:09 分类:问答How can I test re-ordering a table using Instruments and UI Automation?
I am using UI Automation to develop test cases for my app.One of the actions I need to test is to put a table into \'edit\' mode and then re-order cells in the table.[详细]
2023-03-24 13:15 分类:问答Instruments:UI Automation:iPhone app - how to tap "null" button using parameters of NSRect?
please help me. There is a button: 4) UIAButton [name:(null) value:(null) NSRect: {{25, 254}, {70, 72}}][详细]
2023-03-22 08:11 分类:问答Are there any existing library for Automation of UI controls in IOS [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-21 22:37 分类:问答How to check element properties in iOS gui automation?
All UI Automation examples I\'ve seen uses standard components whose state can be in开发者_StackOverflowspected with the JavaScript API using the value() method. This is a bit limiting. Lets say you w[详细]
2023-03-15 17:13 分类:问答Is there a way to do automation of voice verification in iOS device using JavaScript
I have an app that throws out some pre-recorded voice messages on performing some tasks. For simplicity, consider I have button and on clicking it, it says \"You clicked a button\".[详细]
2023-03-14 13:58 分类:问答Xcode: UI Automation: waitForValid()
There\'s a waitF开发者_如何学编程orInvalid() but what about a waitForValid() function? For some reason, push/popTimeout doesn\'t work for me in many cases. Apple?If the element is \"valid\" but not \"[详细]
2023-03-13 12:24 分类:问答UIATableView Always Named "Empty list"
I\'m trying to set up some UIAutomation tests on the iPhone.Whenever I execute logElementTree() on the main window, all of my UIATableView elements have the name \"Empty list.\"I have tried setting th[详细]
2023-03-13 07:43 分类:问答UIAutomation: how to access UIPopoverController?
I have an iPad app for which I\'m writing an UIAutomation script. There\'s an UIButton that shows an UIPopoverController when tapped. How can my script select (tap on) an item inside that popover?[详细]
2023-03-13 05:12 分类:问答