Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages