Page 1 of 1

Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App

Posted: Mon Feb 03, 2020 9:24 pm
by sstrand72
Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App

We are having an issue when we run our testing, via remote endpoint, onthe Iphone. Because our Back Button is so close to the RxService icon, it sometimes selects that accidentally and kicks us out of the App. The result is the rest of our tests fail because the app in in the background and RxService is in the foreground.

We have experimented with touching the lower location of the identified object (for example: back is the back button item in repo) :

TapIfExists(back, Location.LowerRight, 500);

Sometimes it works and sometimes, it doesn't and goes back to the RxServices.

We don't run into this on our Android, but do on Iphone.

FYI - Running 9.2.1

Thanks!

Re: Pressing BackButton on Mobile App on Iphone Accidentally Returns Us to Rx Services App

Posted: Tue Feb 04, 2020 9:46 am
by McTurtle
Hello sstrand72,

This would be very strange, since Ranorex is unable to interact with any elements from outside the App on iOS.
Does your App still work after the switching to the RxServiceApp? To me it sounds more like your app crashes...

Regards,
McTurtle