2
我想選擇拾取器的元素,拾取器具有輔助功能= picker_station,爲什麼我可以這樣做?有什麼問題嗎?或者我需要使用其他代碼。iOS嘗試選擇拾取器元素時出現UITest錯誤
let app = XCUIApplication()
app.pickers["picker_station"].pickerWheels.element.adjust(toPickerWheelValue: "Aberdeen")
Xcode的錯誤是:
Testing Failure - Internal error: unable to find current value '1 of 152' in possible values
感謝