iOS frame rate maxes out at 60fps through Appium

Hi,

Starting with iOS 11, some iPad devices can support playback up 120 fps. We are using the Java Appium Client driver and calling TouchAction to simulate drawing action on a canvas. The playback of the drawing action through Appium using the TouchAction call maxes out at 60fps, while if we manually draw with finger touch on the canvas we can reach 120 fps.

Is there any parameter that allows we to increase the frame rate for execution through Appium?

Thanks,
Jose