Hello @emine1,
I have the following feedback (if I understand this correctly)
-
At the moment, Katalon mobile keywords contain only the “Scroll to text”. Please see this extended library made by @Chris_Trevarthen and read this answer, or even the entire post.
Mobile - Capture object attributes - several problems prevent app flavor testing -
Why do you need to scroll in the record utility itself?
The record utility is also a bit limited, mobile app world does not provide the same possibilities as the web browser world.
So why not you manually scroll on the device screen during the record action, capture/record more objects found at the bottom of the screen and then insert in the resulting test case a step that scrolls/swipes down. That additional step can be produced by using the library from #1. This is how I do it and it works so far for everything needed.
Thank you,
Cornel