18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Scrolling to View the element
I have a requirement where in we have to scroll the window to bring the element in view. Until we scroll the elements value is not being found. But I cannot use key press to move down , since it behaves differently in my application. Is there any way to bring the the element in a grid to view after we scroll.
Answers
Did you try maybe with _mSwipeUp ?
https://sahipro.com/docs/sahi-apis/android-apis.html#Implicit scroll APIs for element identification
If it is a browser application, you can use _isVisible($el, true,true)