SkillAgentSearch skills...

UIPickerViewTester

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

Install / Use

/learn @joemasilotti/UIPickerViewTester
About this skill

Quality Score

0/100

Supported Platforms

Universal

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.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated6mo ago
Forks2

Languages

Swift

Security Score

62/100

Audited on Sep 6, 2025

No findings