kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.2k stars 911 forks source link

[Question] Is it AVRoutePickerView supported? #1194

Open kikeenrique opened 3 years ago

kikeenrique commented 3 years ago

I'm wondering if it's possible to interact somehow with AVRoutePickerView presented view.

I'm referring to the view presented when you select an airplay button, you can check an example here: https://stackoverflow.com/questions/60697509/stream-audio-to-multiple-devices-at-once-via-airplay-2

I've seen that it already exists selectPickerViewRowWithTitle(), etc ..., but I don't know if it's possible to access a AVRoutePickerView.

Anyone can help?

Regards.

dostrander commented 3 years ago

I haven't looked into this in particular. I've added this as an improvement to the framework as i'd guess this isn't supported currently. I would guess it might be able to be supported, however might need some reverse engineering to figure out what is required to support it.