Unable to Scroll to Element and setText in Mobile App Pop-up screen

Hi @tdautomation,
Maybe try this: Scroll to position/element in KR - #2 by ThanhTo

Or this:

int xpos = 10
int ypos = 100
WebUI.scrollToPosition(xpos, ypos)
WebUI.delay(1)
1 Like