Getting Error: while trying to Auto Scroll to Particular Element

Hi,

I am facing an Issue while attempting auto scroll Using following code:

driver.findElementByAndroidUIAutomator(new UiScrollable(new UiSelector().className(“android.view.View”).description("").click();

Eclipse Console Error:
org.openqa.selenium.UnsupportedCommandException: The requested resource could not be found,

attached Appium Log

Main Error shown in Appium Log: info: [debug] [BOOTSTRAP] [debug] Returning result: {“status”:9,“value”:“Could not parse UiSelector argument: unclosed paren in expression”}

I have gone through all solutions provided but in vain
Please Help me Out in this.

Appium log.txt (266.5 KB)

Hi @phani_ramakrishna,

Try using:
driver.scrollToExact(String text) or
driver.scrollTo(String text)