Handling carousel In Katalon _ Mobile App

Hi guys,

I have a view pager in mobile view having scroll-able attribute as true, but when I tried to scroll it, it didn’t work …
This is how I used it…

Mobile.setSliderValue(findTestObject(‘Object Repository/SrollableArea’), 75, 5, FailureHandling.STOP_ON_FAILURE)

Getting Error that…
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Failed to execute touch event

Can anybody, Please help…