I cannot scroll down a pop up which takes up the whole length of the page, to reveal a button at the bottom of the pop up, which is hidden until you reach the bottom of the page.
I really just need to know how to scroll down a pop up. The pop up elements can be recognised but not interacted with. Swipe does not work.
I cannot scroll down a pop up on an Android app
Re: I cannot scroll down a pop up on an Android app
Have you tried using an ensure visible action on the button? Using this Ranorex will try to make the button visible by whatever means needed, which in this case would be scrolling. You could also try an invoke action -> Touch on the button without seeing it. Here is an example of both ensure visible and invoke action touch using the Android KeePass sample app:
Hope this helps
Hope this helps