Forum Discussion
AlexKaras
10 years agoCommunity Hero
Marek,
> If object is visible on screen then method e.g. FindEx works well and I can click on on object
Have you tried to scroll the item into view as recommended here: http://support.smartbear.com/viewarticle/74368/ ?
MarekFric
10 years agoOccasional Contributor
Hi Alex,
I tried method listViewObj.smoothScrollToOffset(1)
In the log was: Object doesn't support this property or method.
listViewObj.wItemCount = 14 so listViewObj is ListView with 14 childs(JavaClassName = LinearLayout). Each of this childs has Layout object (JavaClassName = RelativeLayout) and each of them has TextView object on which I want to click.