ios-ui-automation Questions
2
I am trying to get the value "HELLO" of the UILabel shown in the iPad simulator.
I have enabled accessibility and have set the label as "Label Access".
But when I call target.logElementTree(), both...
Keene asked 4/5, 2012 at 14:44
7
I found out, that even though I could set accessibilityLabel of UISegmentedControl's segment (see: How do I set the accesibility label for a particular segment of a UISegmentedControl?), I couldn't...
Tinkle asked 4/4, 2014 at 21:41
1
Our iOS automation tests on simulator have gone through disaster since upgrading to Xcode6.
We can observe view switching slowing down, UIAutomation felt it too and often returned an empty or not f...
Shamrao asked 19/12, 2014 at 10:33
1
I am trying to use UIAutomation for testing an iOS 8 Today extension widget. I can change the target to the extension, launch it, but then unable to do anything after that.
Has anyone had any succ...
Aflcio asked 16/10, 2014 at 23:50
4
I'm writing a UIAutomation test case and I need to wait for the user to be activated before continuing. There doesn't seem to be a nice way to check for a button to change to the enabled state.
W...
Morea asked 8/7, 2015 at 18:7
1
I am doing mobile ios webview app automation using appium.
I am unable to see the id attributes by using appium inspector.some says need to add accessibility id attribute so that appium can inspec...
Knave asked 12/10, 2015 at 12:10
4
Solved
I'm doing some automated tests in the iOS simulator using UIAutomation.
In Xcode 6, the iOS simulator's keyboard behavior changed to be similar to a real device, and now there is a menu item to co...
Hubbell asked 15/1, 2015 at 22:7
7
I want to click home button in iOS Simulator by automation.
I just want to know whether it is possible to do click home button using IOS keycode event.
Contrabass asked 30/10, 2015 at 5:6
3
Solved
I'm trying XCode for iOS UI testing. My test application has UITextView element with accessibility identifire displayTextView.
I tried simple test that taps this element, types some text it and t...
Adjective asked 16/11, 2016 at 12:16
5
Solved
I have a search field in my app and I have set the return key type of the keyboard for this field to UIReturnKeyNext. I am attempting to write a UIAutomation test that clicks the Next button on the...
Lenticular asked 5/1, 2012 at 20:25
5
Solved
I've got it down to:
XCUIDevice.pressButton(noideawhatgoeshere)
I've tried XCUIDeviceButtonHome, home, Home, 1
How do I simulate pressing the home button in Xcode on iOS?
Madaih asked 29/9, 2015 at 21:10
4
Solved
I've been going through our code base and setting the accessibilityIdentifier property on all of our buttons and text fields so that I can access them using UIAutomation. While doing this, I came a...
Pluvious asked 16/1, 2014 at 3:15
2
Solved
In Xcode 8 / Swift 3, using the coordinate(withNormalizedOffset: CGVector) function to interact with an XCUIElement appears to work only in portrait mode.
To test this functionality, I created a s...
Bellybutton asked 12/11, 2016 at 0:52
2
When I tried to run my automation scripts through the terminal with Xcode 6 I got this error message:
WebKit Threading Violation - initial use of WebKit from a secondary thread.
Can someone hel...
Ulster asked 18/9, 2014 at 17:50
1
Solved
We are trying to migrate from UIAutomation to XCUITests and did use the captureScreenWithName() API to programmatically generate screen shots.
What is the replacement in the XCUITests ?
(I know tha...
Syconium asked 2/9, 2016 at 21:29
1
To automate my app, I need to pass some parameters to the built IPA as I deploy it on various devices and run my automation. From various threads I figured I can use "ios-deploy" (https://github.co...
Additory asked 30/5, 2014 at 20:35
11
Solved
I am currently using Instruments via a bash script to initiate the command-line interface to start up runs of the Automation plug-in.
With 4.2, this worked well enough, however with the upgrade t...
Pronuba asked 28/2, 2012 at 3:53
2
Solved
We have a iPad app which includes a two-column news reader. The left view contains the list of news of which some link directly to a news and some push another view controller with another list of ...
Prestige asked 8/7, 2012 at 15:4
0
I am using XCUI tests to automate testing of some of the flows in our application (~35 test scenarios) with Xcode 7.2.1
Running these tests locally will consistently pass, whereas running them on ...
Condorcet asked 5/2, 2016 at 17:7
5
I can't made Swipe action work. I did browsed through the web for a few days and found many similar questions but there is no working answer. Also I have tried TouchAction class, doesn't work as we...
Asare asked 4/9, 2015 at 0:18
9
Solved
Is there a way to open the UIAutomation instrument through the terminal?
Will it be possible to write an AppleScript to open Apple's UIAutomation tool and load the application to be tested?
Can y...
Indict asked 16/11, 2010 at 7:17
5
Solved
I can only set Accessibility Label in interface builder, but in UI Automation,I need Accessibility Identifier to get the UI elements.
any way to do this?
Kaohsiung asked 26/10, 2011 at 9:52
2
Solved
I just want to test my iOS UI with UI Automation but I got stuck when it comes to enter text into UITextFields. The documentation says that the method "setValue(...)" should do the trick but it doe...
Skyeskyhigh asked 13/2, 2013 at 15:43
4
Solved
I am using UIAutomation scripts to test my iOS application. I've managed to get the scripts running from the command line but now I need to convert the output (pass/fails) in a format that Jenkins ...
Gwenngwenneth asked 6/1, 2012 at 21:46
7
Solved
I'm trying to test the presence of an UIAlertView with UIAutomation but my handler never gets called.
At the beginning of my javascript i write :
UIATarget.onAlert = function onAlert(alert) {
UI...
Brigittebriley asked 6/9, 2010 at 12:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.