Record mobiles by Scroll down

Hi everybody & @Chris_Trevarthen

I have a question. How can i record mobiles by scrolling down the screen?
For example ;

I want to record steps but i need to scroll down the screen manually and capture object. Then i manage to record it until its done.
Then i tried to run my test cases, its got failed.

Is it because while running, the screen doesn’t scrolling by itself and its consider as failed?

Please advise. Thank you in advance

Hi @ridzuan,

Unfortunately, there isn’t a way to record scrolling, as far as I know. You can add swiping to your tests, though using Mobile.swipe:

Hope this helps,

Chris