I am running App Automation tests on LambdaTest. I wanted to know how do I scroll on the App using Appium?

I am running App Automation tests on LambdaTest. I wanted to know how do I scroll on the App using Appium?

Hello Joe,

You can use the below command to scroll down in Appium App Automation tests.

driver.findElementByAndroidUIAutomator(""new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().textContains(\""TEXT\"").instance(0))"").click();