Scroll to button in mobile

i’m not able to scroll to button in the mobile, not that i need the mobile screen scroll a little bit down so that the submit button appears. i’ve tried scroll to text but it didn’t work (note that the scroll to text did work in other cases), how can i scroll the screen a little bit down in the mobile ?

Hi @mariana.kolko,

You might want to look at the Mobile.swipe function, which will simulate swiping on a screen. You’ll probably need to do it in a loop, looking for the button you want each time:

Hope this helps,

Chris

hi @Chris_Trevarthen , thank you for your reply, I will try it when I will have the chance again