Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tvOS XC UI Test swipe remote gestures

Does anyone know how to handle swipe gestures for a UI XCTest on tvOS? I have a hidden nav bar at the top of my page which will appear when swiping down on the remote. I can't seem to replicate this using XCUIRemote.shared.press(.down) in the UI Test. Is there another way?

like image 822
MrWadeWilson Avatar asked May 26 '16 21:05

MrWadeWilson


1 Answers

Looking at the API (https://developer.apple.com/reference/xctest/xcuiremote) it seems currently not possible.

like image 189
Lindemann Avatar answered Oct 27 '22 03:10

Lindemann