Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemasilotti/uipickerviewtester
How to interact with a UIPickerView using UI Testing in Xcode 7.
https://github.com/joemasilotti/uipickerviewtester
Last synced: 29 days ago
JSON representation
How to interact with a UIPickerView using UI Testing in Xcode 7.
- Host: GitHub
- URL: https://github.com/joemasilotti/uipickerviewtester
- Owner: joemasilotti
- Created: 2015-08-25T12:56:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T02:07:33.000Z (about 9 years ago)
- Last Synced: 2024-05-02T05:25:28.833Z (6 months ago)
- Language: Swift
- Homepage: http://masilotti.com/ui-testing-xcode-7/
- Size: 145 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UIPickerViewTester
This is an example of how to interact with a `UIPickerView` using UI Testing in Xcode 7. `-adjustToPickerWheelValue:` method was added in Beta 6. In general,
let app = XCUIApplication()
app.launch()
app.pickerWheels.element.adjustToPickerWheelValue("Yellow")[More information on the method and UI Testing in general.](http://masilotti.com/ui-testing-xcode-7/)