I have other doubt. when I use @AndroidFindBy(uiAutomator = "new UiScrollable(new UiSelector()).scrollIntoView(text(\"yourText\"))")
the code search the element only in the down part of the screen and search my element. But if I want search other element in the top part of the screen this code doesn’t work to search other element in the top part. , how i will can search an element of top part of screen?.
abstract:
this code,
It does not have the scroll towards the top of the screen. and I need search more elements in the top part of the screen. how I can do this ?