Hi,
I am trying to do vertical scrolling on homepage using the below code
My requirement is like this I need to find one element having text videos on the homepage which is on the bottom of the page.
driver.findElementByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().textContains(\"Videos\").instance(0))");
Sometimes this scrolling is working and sometimes it's not. Can anyone please let me know why this is sometimes working and sometimes not.
Regards,
Sanjay