Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

joemasilotti/UIPickerViewTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

How to interact with a UIPickerView using UI Testing in Xcode 7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages